Constructor
ArrowLargeBinaryScalarnew
Declaration [src]
GArrowLargeBinaryScalar*
garrow_large_binary_scalar_new (
GArrowBuffer* value
)
Parameters
value |
GArrowBuffer |
The value of this scalar. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowLargeBinaryScalar |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |