Uses of Class
io.trino.spi.block.MapHashTables
Packages that use MapHashTables
-
Uses of MapHashTables in io.trino.spi.block
Methods in io.trino.spi.block with parameters of type MapHashTablesModifier and TypeMethodDescriptionstatic MapBlockMapBlock.createMapBlockInternal(MapType mapType, int startOffset, int positionCount, Optional<boolean[]> mapIsNull, int[] offsets, Block keyBlock, Block valueBlock, MapHashTables hashTables) Create a map block directly without per element validations.