Method

ArrowLargeBinaryArrayBuilderappend_value

Declaration [src]

gboolean
garrow_large_binary_array_builder_append_value (
  GArrowLargeBinaryArrayBuilder* builder,
  const guint8* value,
  gint64 length,
  GError** error
)

Description

No description available.
Available since:0.16.0

Parameters

value An array of guint8
 

A binary value.

 The length of the array is specified in the length argument.
 The data is owned by the caller of the function.
length gint64
 

A value length.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.