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