| 26 | std::shared_ptr<arrow::compute::CastOptions> make_cast_options(cpp11::list options); |
| 27 | |
| 28 | arrow::compute::ExecContext* gc_context() { |
| 29 | static arrow::compute::ExecContext context(gc_memory_pool()); |
| 30 | return &context; |
| 31 | } |
| 32 | |
| 33 | // [[arrow::export]] |
| 34 | std::shared_ptr<arrow::RecordBatch> RecordBatch__cast( |
no test coverage detected