Method

ArrowLargeBinaryArrayBuilderappend_nulls

Declaration [src]

gboolean
garrow_large_binary_array_builder_append_nulls (
  GArrowLargeBinaryArrayBuilder* builder,
  gint64 n,
  GError** error
)

Description

No description available.
Available since:0.16.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.