public class BinaryDictionary extends Dictionary
| Constructor and Description |
|---|
BinaryDictionary(DictionaryPage dictionaryPage) |
BinaryDictionary(DictionaryPage dictionaryPage,
Integer length) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.parquet.io.api.Binary |
decodeToBinary(int id) |
long |
getRetainedSizeInBytes() |
String |
toString() |
decodeToDouble, decodeToFloat, decodeToInt, decodeToLong, getEncodingpublic BinaryDictionary(DictionaryPage dictionaryPage) throws IOException
IOExceptionpublic BinaryDictionary(DictionaryPage dictionaryPage, Integer length) throws IOException
IOExceptionpublic org.apache.parquet.io.api.Binary decodeToBinary(int id)
decodeToBinary in class Dictionarypublic long getRetainedSizeInBytes()
getRetainedSizeInBytes in class DictionaryCopyright © 2012–2024. All rights reserved.