Uses of Interface
io.prestosql.operator.PagesHashStrategy
-
Packages that use PagesHashStrategy Package Description io.prestosql.operator io.prestosql.operator.window io.prestosql.sql.gen -
-
Uses of PagesHashStrategy in io.prestosql.operator
Classes in io.prestosql.operator that implement PagesHashStrategy Modifier and Type Class Description classSimplePagesHashStrategyMethods in io.prestosql.operator that return PagesHashStrategy Modifier and Type Method Description PagesHashStrategyPagesIndex. createPagesHashStrategy(List<Integer> joinChannels, OptionalInt hashChannel)PagesHashStrategyPagesIndex. createPagesHashStrategy(List<Integer> joinChannels, OptionalInt hashChannel, Optional<List<Integer>> outputChannels)Methods in io.prestosql.operator with parameters of type PagesHashStrategy Modifier and Type Method Description static SortedPositionLinks.FactoryBuilderSortedPositionLinks. builder(int size, PagesHashStrategy pagesHashStrategy, it.unimi.dsi.fastutil.longs.LongArrayList addresses)booleanPagesIndex. positionEqualsPosition(PagesHashStrategy partitionHashStrategy, int leftPosition, int rightPosition)booleanPagesIndex. positionEqualsRow(PagesHashStrategy pagesHashStrategy, int indexPosition, int rightPosition, Page rightPage)Constructors in io.prestosql.operator with parameters of type PagesHashStrategy Constructor Description FactoryBuilder(int size, PagesHashStrategy pagesHashStrategy, it.unimi.dsi.fastutil.longs.LongArrayList addresses)JoinHashSupplier(Session session, PagesHashStrategy pagesHashStrategy, it.unimi.dsi.fastutil.longs.LongArrayList addresses, List<List<Block>> channels, Optional<JoinFilterFunctionCompiler.JoinFilterFunctionFactory> filterFunctionFactory, Optional<Integer> sortChannel, List<JoinFilterFunctionCompiler.JoinFilterFunctionFactory> searchFunctionFactories)PagesHash(it.unimi.dsi.fastutil.longs.LongArrayList addresses, PagesHashStrategy pagesHashStrategy, PositionLinks.FactoryBuilder positionLinks) -
Uses of PagesHashStrategy in io.prestosql.operator.window
Constructors in io.prestosql.operator.window with parameters of type PagesHashStrategy Constructor Description WindowPartition(PagesIndex pagesIndex, int partitionStart, int partitionEnd, int[] outputChannels, List<FramedWindowFunction> windowFunctions, PagesHashStrategy peerGroupHashStrategy, Map<WindowOperator.FrameBoundKey,PagesIndexComparator> frameBoundComparators) -
Uses of PagesHashStrategy in io.prestosql.sql.gen
Methods in io.prestosql.sql.gen that return PagesHashStrategy Modifier and Type Method Description PagesHashStrategyJoinCompiler.PagesHashStrategyFactory. createPagesHashStrategy(List<? extends List<Block>> channels, OptionalInt hashChannel)Constructor parameters in io.prestosql.sql.gen with type arguments of type PagesHashStrategy Constructor Description PagesHashStrategyFactory(Class<? extends PagesHashStrategy> pagesHashStrategyClass)
-