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

Function garrow_array_builder_get_capacity

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

* garrow_array_builder_get_capacity: * @builder: A #GArrowArrayBuilder. * * Returns: The capacity of the building array. * * Since: 2.0.0 */

Source from the content-addressed store, hash-verified

653 * Since: 2.0.0
654 */
655gint64
656garrow_array_builder_get_capacity(GArrowArrayBuilder *builder)
657{
658 auto arrow_builder = garrow_array_builder_get_raw(builder);
659 return arrow_builder->capacity();
660}
661
662/**
663 * garrow_array_builder_get_length:

Callers

nothing calls this directly

Calls 2

capacityMethod · 0.45

Tested by

no test coverage detected