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<it.unimi.dsi.fastutil.objects.ObjectArrayList<Block>> channels, OptionalInt hashChannel)
-
Constructor Details
-
PagesHashStrategyFactory
-
-
Method Details
-
createPagesHashStrategy
public PagesHashStrategy createPagesHashStrategy(List<it.unimi.dsi.fastutil.objects.ObjectArrayList<Block>> channels, OptionalInt hashChannel)
-