| 11189 | } |
| 11190 | |
| 11191 | arrow::acero::ExecNode * |
| 11192 | garrow_execute_node_get_raw(GArrowExecuteNode *node) |
| 11193 | { |
| 11194 | auto priv = GARROW_EXECUTE_NODE_GET_PRIVATE(node); |
| 11195 | return priv->node; |
| 11196 | } |
| 11197 | |
| 11198 | std::shared_ptr<arrow::acero::ExecPlan> |
| 11199 | garrow_execute_plan_get_raw(GArrowExecutePlan *plan) |
no outgoing calls
no test coverage detected