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

Function garrow_array_builder_get_length

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

* garrow_array_builder_get_length: * @builder: A #GArrowArrayBuilder. * * Returns: The current length of the building array. * * Since: 2.0.0 */

Source from the content-addressed store, hash-verified

668 * Since: 2.0.0
669 */
670gint64
671garrow_array_builder_get_length(GArrowArrayBuilder *builder)
672{
673 auto arrow_builder = garrow_array_builder_get_raw(builder);
674 return arrow_builder->length();
675}
676
677/**
678 * garrow_array_builder_get_n_nulls:

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.45

Tested by

no test coverage detected