| Package | Description |
|---|---|
| io.prestosql.operator.project | |
| io.prestosql.sql.gen |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantPageProjection |
class |
DictionaryAwarePageProjection |
class |
GeneratedPageProjection |
class |
InputPageProjection |
| Modifier and Type | Method and Description |
|---|---|
List<PageProjection> |
PageProcessor.getProjections() |
| Constructor and Description |
|---|
DictionaryAwarePageProjection(PageProjection projection,
Function<DictionaryBlock,DictionaryId> sourceIdFunction) |
| Constructor and Description |
|---|
PageProcessor(Optional<PageFilter> filter,
List<? extends PageProjection> projections) |
PageProcessor(Optional<PageFilter> filter,
List<? extends PageProjection> projections,
OptionalInt initialBatchSize) |
PageProcessor(Optional<PageFilter> filter,
List<? extends PageProjection> projections,
OptionalInt initialBatchSize,
ExpressionProfiler expressionProfiler) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<PageProjection> |
PageFunctionCompiler.compileProjection(RowExpression projection,
Optional<String> classNameSuffix) |
Copyright © 2012–2019. All rights reserved.