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