| 10849 | } |
| 10850 | |
| 10851 | arrow::compute::ExecContext * |
| 10852 | garrow_execute_context_get_raw(GArrowExecuteContext *context) |
| 10853 | { |
| 10854 | auto priv = GARROW_EXECUTE_CONTEXT_GET_PRIVATE(context); |
| 10855 | return priv->context.get(); |
| 10856 | } |
| 10857 | |
| 10858 | GArrowFunctionOptions * |
| 10859 | garrow_function_options_new_raw(const arrow::compute::FunctionOptions *arrow_options) |
no test coverage detected