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) FlatHashStrategyCompiler.getFlatHashStrategy(List<Type> types) Constructors in io.trino.operator with parameters of type FlatHashStrategyModifierConstructorDescriptionFlatHash(FlatHashStrategy flatHashStrategy, boolean hasPrecomputedHash, int expectedSize, UpdateMemory checkMemoryReservation)