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

Method Column

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

Source from the content-addressed store, hash-verified

427 : impl_(impl), row_group_index_(row_group_index) {}
428
429 std::shared_ptr<ColumnChunkReader> Column(int column_index) override {
430 return std::make_shared<ColumnChunkReaderImpl>(impl_, row_group_index_, column_index);
431 }
432
433 Status ReadTable(const std::vector<int>& column_indices,
434 std::shared_ptr<::arrow::Table>* out) override {

Callers 7

descrMethod · 0.45
ReadColumnMethod · 0.45
ReadTableManuallyFunction · 0.45
FuzzReadPageIndexFunction · 0.45
TEST_FFunction · 0.45
ReadAndVerifyColumnFunction · 0.45
CheckFileMethod · 0.45

Calls

no outgoing calls

Tested by 4

ReadTableManuallyFunction · 0.36
TEST_FFunction · 0.36
ReadAndVerifyColumnFunction · 0.36
CheckFileMethod · 0.36