Package io.trino.parquet.dictionary
Class BinaryDictionary
java.lang.Object
io.trino.parquet.dictionary.BinaryDictionary
- All Implemented Interfaces:
Dictionary
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryDictionary(DictionaryPage dictionaryPage) BinaryDictionary(DictionaryPage dictionaryPage, Integer length) -
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, decodeToLong
-
Constructor Details
-
BinaryDictionary
-
BinaryDictionary
-
-
Method Details
-
decodeToSlice
public io.airlift.slice.Slice decodeToSlice(int id) - Specified by:
decodeToSlicein interfaceDictionary
-
toString
-