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

Function garrow_execute_node_options_get_raw

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

Source from the content-addressed store, hash-verified

11174}
11175
11176arrow::acero::ExecNodeOptions *
11177garrow_execute_node_options_get_raw(GArrowExecuteNodeOptions *options)
11178{
11179 auto priv = GARROW_EXECUTE_NODE_OPTIONS_GET_PRIVATE(options);
11180 return priv->options;
11181}
11182
11183GArrowExecuteNode *
11184garrow_execute_node_new_raw(arrow::acero::ExecNode *arrow_node,

Calls

no outgoing calls

Tested by

no test coverage detected