public static final class CompressionConverter.TransParquetFileReader extends ParquetFileReader
f, PARQUET_READ_PARALLELISM| Constructor and Description |
|---|
TransParquetFileReader(InputFile file,
ParquetReadOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
blockRead(byte[] data,
int start,
int len) |
long |
getPos() |
PageHeader |
readPageHeader() |
void |
setStreamPosition(long newPos) |
appendTo, close, getBloomFilterDataReader, getDictionaryReader, getFile, getFileMetaData, getFilteredRecordCount, getFooter, getNextDictionaryReader, getPath, getRecordCount, getRowGroups, open, open, open, open, open, readAllFootersInParallel, readAllFootersInParallel, readAllFootersInParallel, readAllFootersInParallel, readAllFootersInParallelUsingSummaryFiles, readAllFootersInParallelUsingSummaryFiles, readBloomFilter, readColumnIndex, readFooter, readFooter, readFooter, readFooter, readFooter, readFooters, readFooters, readFooters, readNextFilteredRowGroup, readNextRowGroup, readOffsetIndex, readSummaryFile, setRequestedSchema, skipNextRowGrouppublic TransParquetFileReader(InputFile file, ParquetReadOptions options) throws IOException
IOExceptionpublic void setStreamPosition(long newPos)
throws IOException
IOExceptionpublic void blockRead(byte[] data,
int start,
int len)
throws IOException
IOExceptionpublic PageHeader readPageHeader() throws IOException
IOExceptionpublic long getPos()
throws IOException
IOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.