| 165 | } |
| 166 | |
| 167 | FileColumnIteratorFactory AllRowGroupsFactory() { |
| 168 | return SomeRowGroupsFactory(Iota(reader_->metadata()->num_row_groups())); |
| 169 | } |
| 170 | |
| 171 | Status BoundsCheckColumn(int column) { |
| 172 | if (column < 0 || column >= this->num_columns()) { |
nothing calls this directly
no test coverage detected