Method

ArrowArrayBuilderresize

Declaration [src]

gboolean
garrow_array_builder_resize (
  GArrowArrayBuilder* builder,
  gint64 capacity,
  GError** error
)

Description

No description available.
Available since:2.0.0

Parameters

capacity gint64
 

A new capacity.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.