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

Method Column

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

Source from the content-addressed store, hash-verified

428 : impl_(impl), row_group_index_(row_group_index) {}
429
430 std::shared_ptr<ColumnChunkReader> Column(int column_index) override {
431 return std::make_shared<ColumnChunkReaderImpl>(impl_, row_group_index_, column_index);
432 }
433
434 Status ReadTable(const std::vector<int>& column_indices,
435 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