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

Method Read

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

Source from the content-addressed store, hash-verified

412 : impl_(impl), column_index_(column_index), row_group_index_(row_group_index) {}
413
414 Status Read(std::shared_ptr<::arrow::ChunkedArray>* out) override {
415 return impl_->ReadColumn(column_index_, {row_group_index_}, out);
416 }
417
418 private:
419 FileReaderImpl* impl_;

Callers 2

ReadTableManuallyFunction · 0.45
ReadTableFromCSVFileMethod · 0.45

Calls 1

ReadColumnMethod · 0.45

Tested by 2

ReadTableManuallyFunction · 0.36
ReadTableFromCSVFileMethod · 0.36