| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.sql.gen |
| Constructor and Description |
|---|
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<CursorProcessor> |
ExpressionCompiler.compileCursorProcessor(Optional<RowExpression> filter,
List<? extends RowExpression> projections,
Object uniqueKey) |
Copyright © 2012–2019. All rights reserved.