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

Source from the content-addressed store, hash-verified

11181}
11182
11183GArrowExecuteNode *
11184garrow_execute_node_new_raw(arrow::acero::ExecNode *arrow_node,
11185 GArrowExecuteNodeOptions *options)
11186{
11187 return GARROW_EXECUTE_NODE(
11188 g_object_new(GARROW_TYPE_EXECUTE_NODE, "node", arrow_node, "options", options, NULL));
11189}
11190
11191arrow::acero::ExecNode *
11192garrow_execute_node_get_raw(GArrowExecuteNode *node)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected