| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.operator.aggregation.builder | |
| io.prestosql.operator.project |
| Modifier and Type | Class and Description |
|---|---|
class |
CompletedWork<T> |
class |
TransformWork<I,O> |
| Modifier and Type | Method and Description |
|---|---|
Work<?> |
GroupByHash.addPage(Page page) |
Work<?> |
BigintGroupByHash.addPage(Page page) |
Work<?> |
MultiChannelGroupByHash.addPage(Page page) |
Work<?> |
ChannelSet.ChannelSetBuilder.addPage(Page page) |
Work<?> |
NoChannelGroupByHash.addPage(Page page) |
Work<GroupByIdBlock> |
GroupByHash.getGroupIds(Page page) |
Work<GroupByIdBlock> |
BigintGroupByHash.getGroupIds(Page page) |
Work<GroupByIdBlock> |
MultiChannelGroupByHash.getGroupIds(Page page) |
Work<GroupByIdBlock> |
NoChannelGroupByHash.getGroupIds(Page page) |
Work<Block> |
MarkDistinctHash.markDistinctRows(Page page) |
Work<?> |
GroupedTopNBuilder.processPage(Page page) |
| Constructor and Description |
|---|
TransformWork(Work<I> work,
Function<I,O> transformation) |
| Modifier and Type | Method and Description |
|---|---|
Work<?> |
SpillableHashAggregationBuilder.processPage(Page page) |
Work<?> |
HashAggregationBuilder.processPage(Page page) |
Work<?> |
InMemoryHashAggregationBuilder.processPage(Page page) |
| Modifier and Type | Method and Description |
|---|---|
Work<Block> |
ConstantPageProjection.project(ConnectorSession session,
DriverYieldSignal yieldSignal,
Page page,
SelectedPositions selectedPositions) |
Work<Block> |
InputPageProjection.project(ConnectorSession session,
DriverYieldSignal yieldSignal,
Page page,
SelectedPositions selectedPositions) |
Work<Block> |
GeneratedPageProjection.project(ConnectorSession session,
DriverYieldSignal yieldSignal,
Page page,
SelectedPositions selectedPositions) |
Work<Block> |
DictionaryAwarePageProjection.project(ConnectorSession session,
DriverYieldSignal yieldSignal,
Page page,
SelectedPositions selectedPositions) |
Work<Block> |
PageProjection.project(ConnectorSession session,
DriverYieldSignal yieldSignal,
Page page,
SelectedPositions selectedPositions) |
Copyright © 2012–2019. All rights reserved.