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

Function garrow_function_options_get_raw

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

Source from the content-addressed store, hash-verified

11132}
11133
11134arrow::compute::FunctionOptions *
11135garrow_function_options_get_raw(GArrowFunctionOptions *options)
11136{
11137 auto priv = GARROW_FUNCTION_OPTIONS_GET_PRIVATE(options);
11138 return priv->options;
11139}
11140
11141GArrowFunctionDoc *
11142garrow_function_doc_new_raw(const arrow::compute::FunctionDoc *arrow_doc)

Calls

no outgoing calls

Tested by

no test coverage detected