Package io.trino.parquet.dictionary
Class IntegerDictionary
- java.lang.Object
-
- io.trino.parquet.dictionary.Dictionary
-
- io.trino.parquet.dictionary.IntegerDictionary
-
public class IntegerDictionary extends Dictionary
-
-
Constructor Summary
Constructors Constructor Description IntegerDictionary(DictionaryPage dictionaryPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdecodeToInt(int id)StringtoString()-
Methods inherited from class io.trino.parquet.dictionary.Dictionary
decodeToBinary, decodeToDouble, decodeToFloat, decodeToLong
-
-
-
-
Constructor Detail
-
IntegerDictionary
public IntegerDictionary(DictionaryPage dictionaryPage) throws IOException
- Throws:
IOException
-
-
Method Detail
-
decodeToInt
public int decodeToInt(int id)
- Overrides:
decodeToIntin classDictionary
-
-