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