| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.operator.index | |
| io.prestosql.sql.gen |
| Constructor and Description |
|---|
FilterAndProjectOperator(OperatorContext operatorContext,
PageProcessor processor,
MergingPageOutput mergingOutput) |
| Constructor and Description |
|---|
FilterAndProjectOperatorFactory(int operatorId,
PlanNodeId planNodeId,
Supplier<PageProcessor> processor,
List<Type> types,
io.airlift.units.DataSize minOutputPageSize,
int minOutputPageRowCount) |
ScanFilterAndProjectOperatorFactory(int operatorId,
PlanNodeId planNodeId,
PlanNodeId sourceId,
PageSourceProvider pageSourceProvider,
Supplier<CursorProcessor> cursorProcessor,
Supplier<PageProcessor> pageProcessor,
TableHandle table,
Iterable<ColumnHandle> columns,
List<Type> types,
io.airlift.units.DataSize minOutputPageSize,
int minOutputPageRowCount) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<PageProcessor> |
DynamicTupleFilterFactory.createPageProcessor(Page filterTuple,
OptionalInt initialBatchSize) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<PageProcessor> |
ExpressionCompiler.compilePageProcessor(Optional<RowExpression> filter,
List<? extends RowExpression> projections) |
Supplier<PageProcessor> |
ExpressionCompiler.compilePageProcessor(Optional<RowExpression> filter,
List<? extends RowExpression> projections,
int initialBatchSize) |
Supplier<PageProcessor> |
ExpressionCompiler.compilePageProcessor(Optional<RowExpression> filter,
List<? extends RowExpression> projections,
Optional<String> classNameSuffix) |
Copyright © 2012–2019. All rights reserved.