Uses of Interface
io.trino.operator.FlatHashStrategy
Packages that use FlatHashStrategy
-
Uses of FlatHashStrategy in io.trino.operator
Methods in io.trino.operator that return FlatHashStrategyModifier and TypeMethodDescriptionstatic FlatHashStrategyFlatHashStrategyCompiler.compileFlatHashStrategy(List<Type> types, TypeOperators typeOperators) Constructors in io.trino.operator with parameters of type FlatHashStrategyModifierConstructorDescriptionFlatHash(FlatHashStrategy flatHashStrategy, boolean hasPrecomputedHash, int expectedSize, UpdateMemory checkMemoryReservation) -
Uses of FlatHashStrategy in io.trino.sql.gen
Methods in io.trino.sql.gen that return FlatHashStrategy