Package io.trino.sql.gen
Class JoinCompiler.PagesHashStrategyFactory
java.lang.Object
io.trino.sql.gen.JoinCompiler.PagesHashStrategyFactory
- Enclosing class:
- JoinCompiler
-
Constructor Summary
ConstructorsConstructorDescriptionPagesHashStrategyFactory(Class<? extends PagesHashStrategy> pagesHashStrategyClass) -
Method Summary
Modifier and TypeMethodDescriptioncreatePagesHashStrategy(List<? extends List<Block>> channels, OptionalInt hashChannel)
-
Constructor Details
-
PagesHashStrategyFactory
-
-
Method Details
-
createPagesHashStrategy
public PagesHashStrategy createPagesHashStrategy(List<? extends List<Block>> channels, OptionalInt hashChannel)
-