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

Source from the content-addressed store, hash-verified

11185}
11186
11187arrow::compute::FunctionOptions *
11188garrow_function_options_get_raw(GArrowFunctionOptions *options)
11189{
11190 auto priv = GARROW_FUNCTION_OPTIONS_GET_PRIVATE(options);
11191 return priv->options;
11192}
11193
11194GArrowFunctionDoc *
11195garrow_function_doc_new_raw(const arrow::compute::FunctionDoc *arrow_doc)

Calls

no outgoing calls

Tested by

no test coverage detected