Method

ArrowInt8ArrayBuilderappend_value

Declaration [src]

gboolean
garrow_int8_array_builder_append_value (
  GArrowInt8ArrayBuilder* builder,
  gint8 value,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

value gint8
 

A int8 value.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.