Constructor
ArrowChunkedArrayDatumnew
Declaration [src]
GArrowChunkedArrayDatum*
garrow_chunked_array_datum_new (
GArrowChunkedArray* value
)
Parameters
value |
GArrowChunkedArray |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowChunkedArrayDatum |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |