Constructor

ArrowChunkedArrayDatumnew

since: 1.0.0

Declaration [src]

GArrowChunkedArrayDatum*
garrow_chunked_array_datum_new (
  GArrowChunkedArray* value
)

Description

No description available.

Available since: 1.0.0

Parameters

value

Type: GArrowChunkedArray

A GArrowChunkedArray.

The data is owned by the caller of the function.

Return value

Type: GArrowChunkedArrayDatum

A newly created GArrowChunkedArrayDatum.

The caller of the function takes ownership of the data, and is responsible for freeing it.