Constructor
ArrowTableDatumnew
since: 1.0.0
Declaration [src]
GArrowTableDatum*
garrow_table_datum_new (
GArrowTable* value
)
Parameters
value
-
Type:
GArrowTable
A
GArrowTable
.The data is owned by the caller of the function.
Return value
Type: GArrowTableDatum
A newly created GArrowTableDatum
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |