[[arrow::export]]
| 145 | |
| 146 | // [[arrow::export]] |
| 147 | std::shared_ptr<arrow::Table> Table__SelectColumns( |
| 148 | const std::shared_ptr<arrow::Table>& table, const std::vector<int>& indices) { |
| 149 | return ValueOrStop(table->SelectColumns(indices)); |
| 150 | } |
| 151 | |
| 152 | namespace arrow { |
| 153 | namespace r { |
no test coverage detected