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
-
randomDictionaryId
-
getMostSignificantBits
public long getMostSignificantBits() -
getLeastSignificantBits
public long getLeastSignificantBits() -
getSequenceId
public long getSequenceId() -
equals
-
hashCode
-