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

Function garrow_function_new_raw

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

Source from the content-addressed store, hash-verified

11206}
11207
11208GArrowFunction *
11209garrow_function_new_raw(std::shared_ptr<arrow::compute::Function> *arrow_function)
11210{
11211 return GARROW_FUNCTION(
11212 g_object_new(GARROW_TYPE_FUNCTION, "function", arrow_function, NULL));
11213}
11214
11215std::shared_ptr<arrow::compute::Function>
11216garrow_function_get_raw(GArrowFunction *function)

Callers 2

garrow_function_findFunction · 0.85
garrow_function_allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected