Method

ArrowDecimal128ArrayBuilderappend_value

Declaration [src]

gboolean
garrow_decimal128_array_builder_append_value (
  GArrowDecimal128ArrayBuilder* builder,
  GArrowDecimal128* value,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

value GArrowDecimal128
 

A decimal value.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.