Package io.trino.parquet.dictionary
Class DoubleDictionary
java.lang.Object
io.trino.parquet.dictionary.DoubleDictionary
- All Implemented Interfaces:
Dictionary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.parquet.dictionary.Dictionary
decodeToFloat, decodeToInt, decodeToLong, decodeToSlice
-
Constructor Details
-
DoubleDictionary
-
-
Method Details
-
decodeToDouble
public double decodeToDouble(int id) - Specified by:
decodeToDoublein interfaceDictionary
-
toString
-