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

Function garrow_int64_array_builder_new

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

* garrow_int64_array_builder_new: * * Returns: A newly created #GArrowInt64ArrayBuilder. */

Source from the content-addressed store, hash-verified

2295 * Returns: A newly created #GArrowInt64ArrayBuilder.
2296 */
2297GArrowInt64ArrayBuilder *
2298garrow_int64_array_builder_new(void)
2299{
2300 auto builder =
2301 garrow_array_builder_new(arrow::int64(), NULL, "[int64-array-builder][new]");
2302 return GARROW_INT64_ARRAY_BUILDER(builder);
2303}
2304
2305/**
2306 * garrow_int64_array_builder_append:

Callers

nothing calls this directly

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected