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

Function garrow_array_builder_reset

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

* garrow_array_builder_reset: * @builder: A #GArrowArrayBuilder. * * Since: 2.0.0 */

Source from the content-addressed store, hash-verified

638 * Since: 2.0.0
639 */
640void
641garrow_array_builder_reset(GArrowArrayBuilder *builder)
642{
643 auto arrow_builder = garrow_array_builder_get_raw(builder);
644 arrow_builder->Reset();
645}
646
647/**
648 * garrow_array_builder_get_capacity:

Callers

nothing calls this directly

Calls 2

ResetMethod · 0.45

Tested by

no test coverage detected