Method

ArrowDoubleArrayBuilderappend_value

Declaration [src]

gboolean
garrow_double_array_builder_append_value (
  GArrowDoubleArrayBuilder* builder,
  gdouble value,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

value gdouble
 

A double value.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.