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

Function garrow_function_get_raw

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

Source from the content-addressed store, hash-verified

11160}
11161
11162std::shared_ptr<arrow::compute::Function>
11163garrow_function_get_raw(GArrowFunction *function)
11164{
11165 auto priv = GARROW_FUNCTION_GET_PRIVATE(function);
11166 return priv->function;
11167}
11168
11169GArrowExecuteNodeOptions *
11170garrow_execute_node_options_new_raw(arrow::acero::ExecNodeOptions *arrow_options)

Calls

no outgoing calls

Tested by

no test coverage detected