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