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

Method ReadTable

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

Source from the content-addressed store, hash-verified

202 std::shared_ptr<RowGroupReader> RowGroup(int row_group_index) override;
203
204 Result<std::shared_ptr<Table>> ReadTable(
205 const std::vector<int>& column_indices) override {
206 return ReadRowGroups(Iota(reader_->metadata()->num_row_groups()), column_indices);
207 }
208
209 Status GetFieldReader(int i,
210 const std::shared_ptr<std::unordered_set<int>>& included_leaves,

Callers

nothing calls this directly

Calls 4

IotaFunction · 0.85
num_row_groupsMethod · 0.45
metadataMethod · 0.45
num_columnsMethod · 0.45

Tested by

no test coverage detected