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

Source from the content-addressed store, hash-verified

11192}
11193
11194GArrowFunctionDoc *
11195garrow_function_doc_new_raw(const arrow::compute::FunctionDoc *arrow_doc)
11196{
11197 return GARROW_FUNCTION_DOC(
11198 g_object_new(GARROW_TYPE_FUNCTION_DOC, "doc", arrow_doc, NULL));
11199}
11200
11201arrow::compute::FunctionDoc *
11202garrow_function_doc_get_raw(GArrowFunctionDoc *doc)

Callers 1

garrow_function_get_docFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected