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

Function garrow_function_get_raw

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

Source from the content-addressed store, hash-verified

11213}
11214
11215std::shared_ptr<arrow::compute::Function>
11216garrow_function_get_raw(GArrowFunction *function)
11217{
11218 auto priv = GARROW_FUNCTION_GET_PRIVATE(function);
11219 return priv->function;
11220}
11221
11222GArrowExecuteNodeOptions *
11223garrow_execute_node_options_new_raw(arrow::acero::ExecNodeOptions *arrow_options)

Calls

no outgoing calls

Tested by

no test coverage detected