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