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

Function garrow_uint8_array_builder_new

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

* garrow_uint8_array_builder_new: * * Returns: A newly created #GArrowUInt8ArrayBuilder. */

Source from the content-addressed store, hash-verified

1570 * Returns: A newly created #GArrowUInt8ArrayBuilder.
1571 */
1572GArrowUInt8ArrayBuilder *
1573garrow_uint8_array_builder_new(void)
1574{
1575 auto builder =
1576 garrow_array_builder_new(arrow::uint8(), NULL, "[uint8-array-builder][new]");
1577 return GARROW_UINT8_ARRAY_BUILDER(builder);
1578}
1579
1580/**
1581 * garrow_uint8_array_builder_append:

Callers

nothing calls this directly

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected