Method
ArrowFixedSizeBinaryArrayBuilderappend_value_bytes
Declaration [src]
gboolean
garrow_fixed_size_binary_array_builder_append_value_bytes (
GArrowFixedSizeBinaryArrayBuilder* builder,
GBytes* value,
GError** error
)
Parameters
value |
GBytes |
A binary value. |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |