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

Function garrow_int32_array_builder_new

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

* garrow_int32_array_builder_new: * * Returns: A newly created #GArrowInt32ArrayBuilder. */

Source from the content-addressed store, hash-verified

2005 * Returns: A newly created #GArrowInt32ArrayBuilder.
2006 */
2007GArrowInt32ArrayBuilder *
2008garrow_int32_array_builder_new(void)
2009{
2010 auto builder =
2011 garrow_array_builder_new(arrow::int32(), NULL, "[int32-array-builder][new]");
2012 return GARROW_INT32_ARRAY_BUILDER(builder);
2013}
2014
2015/**
2016 * garrow_int32_array_builder_append:

Callers 1

mainFunction · 0.85

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected