Constructor
ArrowScalarDatumnew
since: 5.0.0
Declaration [src]
GArrowScalarDatum*
garrow_scalar_datum_new (
GArrowScalar* value
)
Parameters
value
-
Type:
GArrowScalar
A
GArrowScalar
.The data is owned by the caller of the function.
Return value
Type: GArrowScalarDatum
A newly created GArrowScalarDatum
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |