Uses of Enum Class
io.trino.spi.block.MapHashTables.HashBuildMode
Packages that use MapHashTables.HashBuildMode
-
Uses of MapHashTables.HashBuildMode in io.trino.spi.block
Methods in io.trino.spi.block that return MapHashTables.HashBuildModeModifier and TypeMethodDescriptionstatic MapHashTables.HashBuildModeReturns the enum constant of this class with the specified name.static MapHashTables.HashBuildMode[]MapHashTables.HashBuildMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.spi.block with parameters of type MapHashTables.HashBuildModeModifierConstructorDescriptionSqlMap(MapType mapType, MapHashTables.HashBuildMode mode, Block keyBlock, Block valueBlock)