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

Function garrow_execute_plan_stop

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

* garrow_execute_plan_stop: * @plan: A #GArrowExecutePlan. * * Stops this plan. * * Since: 6.0.0 */

Source from the content-addressed store, hash-verified

2539 * Since: 6.0.0
2540 */
2541void
2542garrow_execute_plan_stop(GArrowExecutePlan *plan)
2543{
2544 auto arrow_plan = garrow_execute_plan_get_raw(plan);
2545 arrow_plan->StopProducing();
2546}
2547
2548/**
2549 * garrow_execute_plan_wait:

Callers

nothing calls this directly

Calls 2

StopProducingMethod · 0.45

Tested by

no test coverage detected