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

Function garrow_function_doc_new_raw

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

Source from the content-addressed store, hash-verified

11139}
11140
11141GArrowFunctionDoc *
11142garrow_function_doc_new_raw(const arrow::compute::FunctionDoc *arrow_doc)
11143{
11144 return GARROW_FUNCTION_DOC(
11145 g_object_new(GARROW_TYPE_FUNCTION_DOC, "doc", arrow_doc, NULL));
11146}
11147
11148arrow::compute::FunctionDoc *
11149garrow_function_doc_get_raw(GArrowFunctionDoc *doc)

Callers 1

garrow_function_get_docFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected