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