| 11153 | } |
| 11154 | |
| 11155 | GArrowFunction * |
| 11156 | garrow_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 | |
| 11162 | std::shared_ptr<arrow::compute::Function> |
| 11163 | garrow_function_get_raw(GArrowFunction *function) |
no outgoing calls
no test coverage detected