| 11299 | } |
| 11300 | |
| 11301 | arrow::compute::TakeOptions * |
| 11302 | garrow_take_options_get_raw(GArrowTakeOptions *options) |
| 11303 | { |
| 11304 | return static_cast<arrow::compute::TakeOptions *>( |
| 11305 | garrow_function_options_get_raw(GARROW_FUNCTION_OPTIONS(options))); |
| 11306 | } |
| 11307 | |
| 11308 | GArrowArraySortOptions * |
| 11309 | garrow_array_sort_options_new_raw(const arrow::compute::ArraySortOptions *arrow_options) |
no test coverage detected