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