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

Method ReadRowGroups

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

Source from the content-addressed store, hash-verified

319 const std::vector<int>& column_indices, ::arrow::internal::Executor* cpu_executor);
320
321 Result<std::shared_ptr<Table>> ReadRowGroups(
322 const std::vector<int>& row_groups) override {
323 return ReadRowGroups(row_groups, Iota(reader_->metadata()->num_columns()));
324 }
325
326 Result<std::shared_ptr<Table>> ReadRowGroup(
327 int row_group_index, const std::vector<int>& column_indices) override {

Callers

nothing calls this directly

Calls 3

IotaFunction · 0.85
num_columnsMethod · 0.45
metadataMethod · 0.45

Tested by

no test coverage detected