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

Method ReadRowGroup

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

Source from the content-addressed store, hash-verified

325 }
326
327 Result<std::shared_ptr<Table>> ReadRowGroup(
328 int row_group_index, const std::vector<int>& column_indices) override {
329 return ReadRowGroups({row_group_index}, column_indices);
330 }
331
332 Result<std::shared_ptr<Table>> ReadRowGroup(int i) override {
333 return ReadRowGroup(i, Iota(reader_->metadata()->num_columns()));

Callers

nothing calls this directly

Calls 3

IotaFunction · 0.85
num_columnsMethod · 0.45
metadataMethod · 0.45

Tested by

no test coverage detected