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

Function garrow_float_array_builder_new

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

* garrow_float_array_builder_new: * * Returns: A newly created #GArrowFloatArrayBuilder. */

Source from the content-addressed store, hash-verified

2674 * Returns: A newly created #GArrowFloatArrayBuilder.
2675 */
2676GArrowFloatArrayBuilder *
2677garrow_float_array_builder_new(void)
2678{
2679 auto builder =
2680 garrow_array_builder_new(arrow::float32(), NULL, "[float-array-builder][new]");
2681 return GARROW_FLOAT_ARRAY_BUILDER(builder);
2682}
2683
2684/**
2685 * garrow_float_array_builder_append:

Callers

nothing calls this directly

Calls 1

garrow_array_builder_newFunction · 0.85

Tested by

no test coverage detected