Method

ArrowInt16ArrayBuilderappend_value

Declaration [src]

gboolean
garrow_int16_array_builder_append_value (
  GArrowInt16ArrayBuilder* builder,
  gint16 value,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

value gint16
 

A int16 value.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.