Method

ArrowUInt32ArrayBuilderappend_value

Declaration [src]

gboolean
garrow_uint32_array_builder_append_value (
  GArrowUInt32ArrayBuilder* builder,
  guint32 value,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

value guint32
 

An uint32 value.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.