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:11191–11196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected