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

Method AllRowGroupsFactory

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

Source from the content-addressed store, hash-verified

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()) {

Callers

nothing calls this directly

Calls 3

IotaFunction · 0.85
num_row_groupsMethod · 0.45
metadataMethod · 0.45

Tested by

no test coverage detected