MCPcopy Create free account
hub / github.com/apache/arrow / AllRowGroupsFactory

Method AllRowGroupsFactory

cpp/src/parquet/arrow/reader.cc:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 FileColumnIteratorFactory AllRowGroupsFactory() {
169 return SomeRowGroupsFactory(Iota(reader_->metadata()->num_row_groups()));
170 }
171
172 Status BoundsCheckColumn(int column) {
173 if (column < 0 || column >= this->num_columns()) {

Callers

nothing calls this directly

Calls 3

IotaFunction · 0.85
num_row_groupsMethod · 0.45
metadataMethod · 0.45

Tested by

no test coverage detected