Method
ArrowTime32ArrayBuilderappend_nulls
Declaration [src]
gboolean
garrow_time32_array_builder_append_nulls (
GArrowTime32ArrayBuilder* 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. |