| Package | Description |
|---|---|
| io.prestosql.operator.index | |
| io.prestosql.operator.project | |
| io.prestosql.sql.gen |
| Modifier and Type | Class and Description |
|---|---|
class |
TuplePageFilter
Filters out rows that do not match the values from the specified tuple
|
| Modifier and Type | Class and Description |
|---|---|
class |
DictionaryAwarePageFilter |
| Constructor and Description |
|---|
DictionaryAwarePageFilter(PageFilter filter) |
| 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<PageFilter> |
PageFunctionCompiler.compileFilter(RowExpression filter,
Optional<String> classNameSuffix) |
Copyright © 2012–2019. All rights reserved.