| 11206 | } |
| 11207 | |
| 11208 | GArrowFunction * |
| 11209 | garrow_function_new_raw(std::shared_ptr<arrow::compute::Function> *arrow_function) |
| 11210 | { |
| 11211 | return GARROW_FUNCTION( |
| 11212 | g_object_new(GARROW_TYPE_FUNCTION, "function", arrow_function, NULL)); |
| 11213 | } |
| 11214 | |
| 11215 | std::shared_ptr<arrow::compute::Function> |
| 11216 | garrow_function_get_raw(GArrowFunction *function) |
no outgoing calls
no test coverage detected