Package io.trino.parquet.dictionary
Class LongDictionary
java.lang.Object
io.trino.parquet.dictionary.LongDictionary
- 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
decodeToDouble, decodeToFloat, decodeToInt, decodeToSlice
-
Constructor Details
-
LongDictionary
-
-
Method Details
-
decodeToLong
public long decodeToLong(int id) - Specified by:
decodeToLongin interfaceDictionary
-
toString
-