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

Function garrow_execute_node_get_raw

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected