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

Function garrow_int8_array_builder_new

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

* garrow_int8_array_builder_new: * * Returns: A newly created #GArrowInt8ArrayBuilder. */

Source from the content-addressed store, hash-verified

1425 * Returns: A newly created #GArrowInt8ArrayBuilder.
1426 */
1427GArrowInt8ArrayBuilder *
1428garrow_int8_array_builder_new(void)
1429{
1430 auto builder =
1431 garrow_array_builder_new(arrow::int8(), NULL, "[int8-array-builder][new]");
1432 return GARROW_INT8_ARRAY_BUILDER(builder);
1433}
1434
1435/**
1436 * garrow_int8_array_builder_append:

Callers

nothing calls this directly

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected