MCPcopy Create free account
hub / github.com/apache/arrow / garrow_null_array_builder_new

Function garrow_null_array_builder_new

c_glib/arrow-glib/array-builder.cpp:902–908  ·  view source on GitHub ↗

* garrow_null_array_builder_new: * * Returns: A newly created #GArrowNullArrayBuilder. * * Since: 0.13.0 */

Source from the content-addressed store, hash-verified

900 * Since: 0.13.0
901 */
902GArrowNullArrayBuilder *
903garrow_null_array_builder_new(void)
904{
905 auto builder =
906 garrow_array_builder_new(arrow::null(), NULL, "[null-array-builder][new]");
907 return GARROW_NULL_ARRAY_BUILDER(builder);
908}
909
910/**
911 * garrow_null_array_builder_append_null: (skip)

Callers

nothing calls this directly

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected