Method

ArrowInt32ArrayBuilderappend_nulls

Declaration [src]

gboolean
garrow_int32_array_builder_append_nulls (
  GArrowInt32ArrayBuilder* builder,
  gint64 n,
  GError** error
)

Description [src]

Append multiple nulls at once. It’s more efficient than multiple append_null calls.

Available since:0.8.0
Deprecated since:3.0.0

Use garrow_array_builder_append_nulls() instead.

This method is not directly available to language bindings.

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.