| 11352 | } |
| 11353 | |
| 11354 | arrow::compute::TakeOptions * |
| 11355 | garrow_take_options_get_raw(GArrowTakeOptions *options) |
| 11356 | { |
| 11357 | return static_cast<arrow::compute::TakeOptions *>( |
| 11358 | garrow_function_options_get_raw(GARROW_FUNCTION_OPTIONS(options))); |
| 11359 | } |
| 11360 | |
| 11361 | GArrowArraySortOptions * |
| 11362 | garrow_array_sort_options_new_raw(const arrow::compute::ArraySortOptions *arrow_options) |
no test coverage detected