| 11192 | } |
| 11193 | |
| 11194 | GArrowFunctionDoc * |
| 11195 | garrow_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 | |
| 11201 | arrow::compute::FunctionDoc * |
| 11202 | garrow_function_doc_get_raw(GArrowFunctionDoc *doc) |
no outgoing calls
no test coverage detected