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

Function garrow_uint32_array_builder_new

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

* garrow_uint32_array_builder_new: * * Returns: A newly created #GArrowUInt32ArrayBuilder. */

Source from the content-addressed store, hash-verified

2150 * Returns: A newly created #GArrowUInt32ArrayBuilder.
2151 */
2152GArrowUInt32ArrayBuilder *
2153garrow_uint32_array_builder_new(void)
2154{
2155 auto builder =
2156 garrow_array_builder_new(arrow::uint32(), NULL, "[uint32-array-builder][new]");
2157 return GARROW_UINT32_ARRAY_BUILDER(builder);
2158}
2159
2160/**
2161 * garrow_uint32_array_builder_append:

Callers

nothing calls this directly

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected