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

Method RecordReaderWithExposeEncoding

cpp/src/parquet/file_reader.cc:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151std::shared_ptr<internal::RecordReader> RowGroupReader::RecordReaderWithExposeEncoding(
152 int i, ExposedEncoding encoding_to_expose) {
153 return RecordReader(
154 i,
155 /*read_dictionary=*/encoding_to_expose == ExposedEncoding::DICTIONARY &&
156 IsColumnChunkFullyDictionaryEncoded(*metadata()->ColumnChunk(i)));
157}
158
159std::unique_ptr<PageReader> RowGroupReader::GetColumnPageReader(int i) {
160 if (i >= metadata()->num_columns()) {

Callers 1

TESTFunction · 0.80

Calls 4

RecordReaderClass · 0.85
metadataFunction · 0.50
ColumnChunkMethod · 0.45

Tested by 1

TESTFunction · 0.64