Uses of Class
io.trino.spi.block.DictionaryBlock
Packages that use DictionaryBlock
-
Uses of DictionaryBlock in io.trino.spi.block
Methods in io.trino.spi.block that return DictionaryBlockMethods in io.trino.spi.block that return types with arguments of type DictionaryBlockModifier and TypeMethodDescriptionstatic List<DictionaryBlock> DictionaryBlock.compactRelatedBlocks(List<DictionaryBlock> blocks) Compact the dictionary down to only the used positions for a set of blocks that have been projected from the same dictionary.Method parameters in io.trino.spi.block with type arguments of type DictionaryBlockModifier and TypeMethodDescriptionstatic List<DictionaryBlock> DictionaryBlock.compactRelatedBlocks(List<DictionaryBlock> blocks) Compact the dictionary down to only the used positions for a set of blocks that have been projected from the same dictionary.