Method

ArrowBinaryArrayBuilderappend

Declaration [src]

gboolean
garrow_binary_array_builder_append (
  GArrowBinaryArrayBuilder* builder,
  const guint8* value,
  gint32 length,
  GError** error
)

Description

No description available.
Deprecated since:0.12.0

Use garrow_binary_array_builder_append_value() instead.

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 gint32
 

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.