Package io.prestosql.spi.block
Class DictionaryId
- java.lang.Object
-
- io.prestosql.spi.block.DictionaryId
-
public class DictionaryId extends Object
-
-
Constructor Summary
Constructors Constructor Description DictionaryId(long mostSignificantBits, long leastSignificantBits, long sequenceId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
long
getLeastSignificantBits()
long
getMostSignificantBits()
long
getSequenceId()
int
hashCode()
static DictionaryId
randomDictionaryId()
-
-
-
Method Detail
-
randomDictionaryId
public static DictionaryId randomDictionaryId()
-
getMostSignificantBits
public long getMostSignificantBits()
-
getLeastSignificantBits
public long getLeastSignificantBits()
-
getSequenceId
public long getSequenceId()
-
-