Method

ArrowIntArrayBuilderappend

Declaration [src]

gboolean
garrow_int_array_builder_append (
  GArrowIntArrayBuilder* builder,
  gint64 value,
  GError** error
)

Description

No description available.
Available since:0.6.0
Deprecated since:0.12.0

Use garrow_int_array_builder_append_value() instead.

Parameters

value gint64
 

A int value.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.