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

Function garrow_function_new_raw

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

Source from the content-addressed store, hash-verified

11153}
11154
11155GArrowFunction *
11156garrow_function_new_raw(std::shared_ptr<arrow::compute::Function> *arrow_function)
11157{
11158 return GARROW_FUNCTION(
11159 g_object_new(GARROW_TYPE_FUNCTION, "function", arrow_function, NULL));
11160}
11161
11162std::shared_ptr<arrow::compute::Function>
11163garrow_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