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

Source from the content-addressed store, hash-verified

11227}
11228
11229arrow::acero::ExecNodeOptions *
11230garrow_execute_node_options_get_raw(GArrowExecuteNodeOptions *options)
11231{
11232 auto priv = GARROW_EXECUTE_NODE_OPTIONS_GET_PRIVATE(options);
11233 return priv->options;
11234}
11235
11236GArrowExecuteNode *
11237garrow_execute_node_new_raw(arrow::acero::ExecNode *arrow_node,

Calls

no outgoing calls

Tested by

no test coverage detected