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

Function garrow_int16_array_builder_new

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

* garrow_int16_array_builder_new: * * Returns: A newly created #GArrowInt16ArrayBuilder. */

Source from the content-addressed store, hash-verified

1715 * Returns: A newly created #GArrowInt16ArrayBuilder.
1716 */
1717GArrowInt16ArrayBuilder *
1718garrow_int16_array_builder_new(void)
1719{
1720 auto builder =
1721 garrow_array_builder_new(arrow::int16(), NULL, "[int16-array-builder][new]");
1722 return GARROW_INT16_ARRAY_BUILDER(builder);
1723}
1724
1725/**
1726 * garrow_int16_array_builder_append:

Callers

nothing calls this directly

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected