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

Source from the content-addressed store, hash-verified

10902}
10903
10904arrow::compute::ExecContext *
10905garrow_execute_context_get_raw(GArrowExecuteContext *context)
10906{
10907 auto priv = GARROW_EXECUTE_CONTEXT_GET_PRIVATE(context);
10908 return priv->context.get();
10909}
10910
10911GArrowFunctionOptions *
10912garrow_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