Method

ArrowLargeBinaryArrayBuilderappend_value_bytes

Declaration [src]

gboolean
garrow_large_binary_array_builder_append_value_bytes (
  GArrowLargeBinaryArrayBuilder* builder,
  GBytes* value,
  GError** error
)

Description

No description available.
Available since:0.16.0

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.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.