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