Uses of Class
io.trino.spi.block.DictionaryId
Packages that use DictionaryId
-
Uses of DictionaryId in io.trino.spi.block
Methods in io.trino.spi.block that return DictionaryIdModifier and TypeMethodDescriptionDictionaryBlock.getDictionarySourceId()static DictionaryIdDictionaryId.randomDictionaryId()Methods in io.trino.spi.block with parameters of type DictionaryIdModifier and TypeMethodDescriptionstatic BlockDictionaryBlock.createProjectedDictionaryBlock(int positionCount, Block dictionary, int[] ids, DictionaryId dictionarySourceId) This should not only be used when creating a projection of another dictionary block.