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

Method ReadColumn

cpp/src/parquet/column_writer_test.cc:146–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 void ReadColumn(Compression::type compression = Compression::UNCOMPRESSED,
147 bool page_checksum_verify = false) {
148 BuildReader(static_cast<int64_t>(this->values_out_.size()), compression,
149 page_checksum_verify);
150 reader_->ReadBatch(static_cast<int>(this->values_out_.size()),
151 definition_levels_out_.data(), repetition_levels_out_.data(),
152 this->values_out_ptr_, &values_read_);
153 this->SyncValuesOut();
154 }
155
156 void ReadColumnFully(Compression::type compression = Compression::UNCOMPRESSED,
157 bool page_checksum_verify = false);

Callers 4

TYPED_TESTFunction · 0.45
TEST_FFunction · 0.45
TestWithEncodingMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45

Calls 5

BuildReaderFunction · 0.85
SyncValuesOutMethod · 0.80
sizeMethod · 0.45
ReadBatchMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected