Method

ArrowUInt8ArrayBuilderappend

Declaration [src]

gboolean
garrow_uint8_array_builder_append (
  GArrowUInt8ArrayBuilder* builder,
  guint8 value,
  GError** error
)

Description

No description available.
Deprecated since:0.12.0

Use garrow_uint8_array_builder_append_value() instead.

Parameters

value guint8
 

An uint8 value.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.