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