Method

ArrowArrayBuilderappend_empty_values

Declaration [src]

gboolean
garrow_array_builder_append_empty_values (
  GArrowArrayBuilder* builder,
  gint64 n,
  GError** error
)

Description [src]

Append multiple empty values at once. It’s more efficient than multiple garrow_array_builder_append_empty_value() calls.

Available since:3.0.0

Parameters

n gint64
 

The number of null values to be appended.

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

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.