Uses of Class
io.prestosql.spi.block.DictionaryId
-
Packages that use DictionaryId Package Description io.prestosql.spi.block -
-
Uses of DictionaryId in io.prestosql.spi.block
Methods in io.prestosql.spi.block that return DictionaryId Modifier and Type Method Description DictionaryId
DictionaryBlock. getDictionarySourceId()
static DictionaryId
DictionaryId. randomDictionaryId()
Constructors in io.prestosql.spi.block with parameters of type DictionaryId Constructor Description DictionaryBlock(int idsOffset, int positionCount, Block dictionary, int[] ids, boolean dictionaryIsCompacted, DictionaryId dictionarySourceId)
DictionaryBlock(int positionCount, Block dictionary, int[] ids, boolean dictionaryIsCompacted, DictionaryId dictionarySourceId)
DictionaryBlock(int positionCount, Block dictionary, int[] ids, DictionaryId dictionaryId)
-