Method

ArrowDecimal128ArrayBuilderappend

Declaration [src]

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

Description

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

Use garrow_decimal128_array_builder_append_value() instead.

Parameters

value GArrowDecimal128
 

A decimal value.

 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.