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