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

Function garrow_execute_plan_get_raw

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

Source from the content-addressed store, hash-verified

11249}
11250
11251std::shared_ptr<arrow::acero::ExecPlan>
11252garrow_execute_plan_get_raw(GArrowExecutePlan *plan)
11253{
11254 auto priv = GARROW_EXECUTE_PLAN_GET_PRIVATE(plan);
11255 return priv->plan;
11256}
11257
11258GArrowCastOptions *
11259garrow_cast_options_new_raw(const arrow::compute::CastOptions *arrow_options)

Callers 5

garrow_execute_plan_stopFunction · 0.85
garrow_execute_plan_waitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected