Method
ArrowUInt64ArrayBuilderappend_nulls
Declaration [src]
gboolean
garrow_uint64_array_builder_append_nulls (
GArrowUInt64ArrayBuilder* 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 | |
This method is not directly available to language bindings. |