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

Function garrow_uint16_array_builder_new

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

* garrow_uint16_array_builder_new: * * Returns: A newly created #GArrowUInt16ArrayBuilder. */

Source from the content-addressed store, hash-verified

1860 * Returns: A newly created #GArrowUInt16ArrayBuilder.
1861 */
1862GArrowUInt16ArrayBuilder *
1863garrow_uint16_array_builder_new(void)
1864{
1865 auto builder =
1866 garrow_array_builder_new(arrow::uint16(), NULL, "[uint16-array-builder][new]");
1867 return GARROW_UINT16_ARRAY_BUILDER(builder);
1868}
1869
1870/**
1871 * garrow_uint16_array_builder_append:

Callers

nothing calls this directly

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected