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

Function garrow_execute_context_get_raw

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

Source from the content-addressed store, hash-verified

10849}
10850
10851arrow::compute::ExecContext *
10852garrow_execute_context_get_raw(GArrowExecuteContext *context)
10853{
10854 auto priv = GARROW_EXECUTE_CONTEXT_GET_PRIVATE(context);
10855 return priv->context.get();
10856}
10857
10858GArrowFunctionOptions *
10859garrow_function_options_new_raw(const arrow::compute::FunctionOptions *arrow_options)

Callers 2

garrow_function_executeFunction · 0.85
garrow_execute_plan_newFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected