[[arrow::export]]
| 93 | |
| 94 | // [[arrow::export]] |
| 95 | std::shared_ptr<arrow::RecordBatch> RecordBatch__SelectColumns( |
| 96 | const std::shared_ptr<arrow::RecordBatch>& batch, const std::vector<int>& indices) { |
| 97 | return ValueOrStop(batch->SelectColumns(indices)); |
| 98 | } |
| 99 | |
| 100 | // [[arrow::export]] |
| 101 | bool RecordBatch__Equals(const std::shared_ptr<arrow::RecordBatch>& self, |
no test coverage detected