Package io.trino.spi.block
Class DictionaryId
java.lang.Object
io.trino.spi.block.DictionaryId
-
Constructor Summary
ConstructorsConstructorDescriptionDictionaryId(long mostSignificantBits, long leastSignificantBits, long sequenceId) -
Method Summary
-
Constructor Details
-
DictionaryId
public DictionaryId(long mostSignificantBits, long leastSignificantBits, long sequenceId)
-
-
Method Details