| 11139 | } |
| 11140 | |
| 11141 | GArrowFunctionDoc * |
| 11142 | garrow_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 | |
| 11148 | arrow::compute::FunctionDoc * |
| 11149 | garrow_function_doc_get_raw(GArrowFunctionDoc *doc) |
no outgoing calls
no test coverage detected