Method

ArrowUInt64ArrayBuilderappend

Declaration [src]

gboolean
garrow_uint64_array_builder_append (
  GArrowUInt64ArrayBuilder* builder,
  guint64 value,
  GError** error
)

Description

No description available.
Deprecated since:0.12.0

Use garrow_uint64_array_builder_append_value() instead.

Parameters

value guint64
 

An uint64 value.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.