| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.operator.window | |
| io.prestosql.sql.gen |
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePagesHashStrategy |
| Modifier and Type | Method and Description |
|---|---|
PagesHashStrategy |
PagesIndex.createPagesHashStrategy(List<Integer> joinChannels,
OptionalInt hashChannel) |
PagesHashStrategy |
PagesIndex.createPagesHashStrategy(List<Integer> joinChannels,
OptionalInt hashChannel,
Optional<List<Integer>> outputChannels) |
| Modifier and Type | Method and Description |
|---|---|
static SortedPositionLinks.FactoryBuilder |
SortedPositionLinks.builder(int size,
PagesHashStrategy pagesHashStrategy,
it.unimi.dsi.fastutil.longs.LongArrayList addresses) |
boolean |
PagesIndex.positionEqualsPosition(PagesHashStrategy partitionHashStrategy,
int leftPosition,
int rightPosition) |
boolean |
PagesIndex.positionEqualsRow(PagesHashStrategy pagesHashStrategy,
int indexPosition,
int rightPosition,
Page rightPage) |
| Constructor and 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) |
| Constructor and Description |
|---|
WindowPartition(PagesIndex pagesIndex,
int partitionStart,
int partitionEnd,
int[] outputChannels,
List<FramedWindowFunction> windowFunctions,
PagesHashStrategy peerGroupHashStrategy) |
| Modifier and Type | Method and Description |
|---|---|
PagesHashStrategy |
JoinCompiler.PagesHashStrategyFactory.createPagesHashStrategy(List<? extends List<Block>> channels,
OptionalInt hashChannel) |
| Constructor and Description |
|---|
PagesHashStrategyFactory(Class<? extends PagesHashStrategy> pagesHashStrategyClass) |
Copyright © 2012–2019. All rights reserved.