Method

ArrowArrayBuilderreserve

Declaration [src]

gboolean
garrow_array_builder_reserve (
  GArrowArrayBuilder* builder,
  gint64 additional_capacity,
  GError** error
)

Description

No description available.
Available since:2.0.0

Parameters

additional_capacity gint64
 

The additional capacity to be reserved.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.