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

Function garrow_uint64_array_builder_new

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

* garrow_uint64_array_builder_new: * * Returns: A newly created #GArrowUInt64ArrayBuilder. */

Source from the content-addressed store, hash-verified

2440 * Returns: A newly created #GArrowUInt64ArrayBuilder.
2441 */
2442GArrowUInt64ArrayBuilder *
2443garrow_uint64_array_builder_new(void)
2444{
2445 auto builder =
2446 garrow_array_builder_new(arrow::uint64(), NULL, "[uint64-array-builder][new]");
2447 return GARROW_UINT64_ARRAY_BUILDER(builder);
2448}
2449
2450/**
2451 * garrow_uint64_array_builder_append:

Callers

nothing calls this directly

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected