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

Function garrow_execute_node_new_raw

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

Source from the content-addressed store, hash-verified

11234}
11235
11236GArrowExecuteNode *
11237garrow_execute_node_new_raw(arrow::acero::ExecNode *arrow_node,
11238 GArrowExecuteNodeOptions *options)
11239{
11240 return GARROW_EXECUTE_NODE(
11241 g_object_new(GARROW_TYPE_EXECUTE_NODE, "node", arrow_node, "options", options, NULL));
11242}
11243
11244arrow::acero::ExecNode *
11245garrow_execute_node_get_raw(GArrowExecuteNode *node)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected