public class DictionaryReader
extends org.apache.parquet.column.values.ValuesReader
| Constructor and Description |
|---|
DictionaryReader(Dictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
void |
initFromPage(int valueCount,
org.apache.parquet.bytes.ByteBufferInputStream inputStream) |
org.apache.parquet.io.api.Binary |
readBytes() |
double |
readDouble() |
float |
readFloat() |
int |
readInteger() |
long |
readLong() |
int |
readValueDictionaryId() |
void |
skip() |
public DictionaryReader(Dictionary dictionary)
public void initFromPage(int valueCount,
org.apache.parquet.bytes.ByteBufferInputStream inputStream)
throws IOException
initFromPage in class org.apache.parquet.column.values.ValuesReaderIOExceptionpublic int readValueDictionaryId()
readValueDictionaryId in class org.apache.parquet.column.values.ValuesReaderpublic org.apache.parquet.io.api.Binary readBytes()
readBytes in class org.apache.parquet.column.values.ValuesReaderpublic float readFloat()
readFloat in class org.apache.parquet.column.values.ValuesReaderpublic double readDouble()
readDouble in class org.apache.parquet.column.values.ValuesReaderpublic int readInteger()
readInteger in class org.apache.parquet.column.values.ValuesReaderpublic long readLong()
readLong in class org.apache.parquet.column.values.ValuesReaderpublic void skip()
skip in class org.apache.parquet.column.values.ValuesReaderCopyright © 2012–2024. All rights reserved.