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

Function garrow_execute_plan_start

c_glib/arrow-glib/compute.cpp:2526–2531  ·  view source on GitHub ↗

* garrow_execute_plan_start: * @plan: A #GArrowExecutePlan. * * Starts this plan. * * Since: 6.0.0 */

Source from the content-addressed store, hash-verified

2524 * Since: 6.0.0
2525 */
2526void
2527garrow_execute_plan_start(GArrowExecutePlan *plan)
2528{
2529 auto arrow_plan = garrow_execute_plan_get_raw(plan);
2530 arrow_plan->StartProducing();
2531}
2532
2533/**
2534 * garrow_execute_plan_stop:

Callers

nothing calls this directly

Calls 2

StartProducingMethod · 0.45

Tested by

no test coverage detected