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

Method Read

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

Source from the content-addressed store, hash-verified

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

Callers 2

ReadTableManuallyFunction · 0.45
ReadTableFromCSVFileMethod · 0.45

Calls 1

ReadColumnMethod · 0.45

Tested by 2

ReadTableManuallyFunction · 0.36
ReadTableFromCSVFileMethod · 0.36