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

Function garrow_boolean_array_builder_new

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

* garrow_boolean_array_builder_new: * * Returns: A newly created #GArrowBooleanArrayBuilder. */

Source from the content-addressed store, hash-verified

969 * Returns: A newly created #GArrowBooleanArrayBuilder.
970 */
971GArrowBooleanArrayBuilder *
972garrow_boolean_array_builder_new(void)
973{
974 auto builder =
975 garrow_array_builder_new(arrow::boolean(), NULL, "[boolean-array-builder][new]");
976 return GARROW_BOOLEAN_ARRAY_BUILDER(builder);
977}
978
979/**
980 * garrow_boolean_array_builder_append:

Callers

nothing calls this directly

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected