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