| 10902 | } |
| 10903 | |
| 10904 | arrow::compute::ExecContext * |
| 10905 | garrow_execute_context_get_raw(GArrowExecuteContext *context) |
| 10906 | { |
| 10907 | auto priv = GARROW_EXECUTE_CONTEXT_GET_PRIVATE(context); |
| 10908 | return priv->context.get(); |
| 10909 | } |
| 10910 | |
| 10911 | GArrowFunctionOptions * |
| 10912 | garrow_function_options_new_raw(const arrow::compute::FunctionOptions *arrow_options) |
no test coverage detected