Constructor
ArrowLargeListScalarnew
since: 5.0.0
Declaration [src]
GArrowLargeListScalar*
garrow_large_list_scalar_new (
GArrowLargeListArray* value
)
Parameters
value
-
Type:
GArrowLargeListArray
The value of this scalar.
The data is owned by the caller of the function.
Return value
Type: GArrowLargeListScalar
A newly created GArrowLargeListScalar
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |