public class ParquetIntegerDictionary extends ParquetDictionary
| Constructor and Description |
|---|
ParquetIntegerDictionary(ParquetDictionaryPage dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
int |
decodeToInt(int id) |
String |
toString() |
decodeToBinary, decodeToDouble, decodeToFloat, decodeToLong, getEncodingpublic ParquetIntegerDictionary(ParquetDictionaryPage dictionaryPage) throws IOException
IOExceptionpublic int decodeToInt(int id)
decodeToInt in class ParquetDictionaryCopyright © 2012-2017. All Rights Reserved.