| 11242 | } |
| 11243 | |
| 11244 | arrow::acero::ExecNode * |
| 11245 | garrow_execute_node_get_raw(GArrowExecuteNode *node) |
| 11246 | { |
| 11247 | auto priv = GARROW_EXECUTE_NODE_GET_PRIVATE(node); |
| 11248 | return priv->node; |
| 11249 | } |
| 11250 | |
| 11251 | std::shared_ptr<arrow::acero::ExecPlan> |
| 11252 | garrow_execute_plan_get_raw(GArrowExecutePlan *plan) |
no outgoing calls
no test coverage detected