Method

ArrowUInt16ArrayBuilderappend_value

Declaration [src]

gboolean
garrow_uint16_array_builder_append_value (
  GArrowUInt16ArrayBuilder* builder,
  guint16 value,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

value guint16
 

An uint16 value.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.