| Package | Description |
|---|---|
| com.facebook.presto.spi.relation |
| Modifier and Type | Field and Description |
|---|---|
static DomainTranslator.ColumnExtractor<VariableReferenceExpression> |
DomainTranslator.BASIC_COLUMN_EXTRACTOR |
| Modifier and Type | Method and Description |
|---|---|
<T> DomainTranslator.ExtractionResult<T> |
DomainTranslator.fromPredicate(ConnectorSession session,
RowExpression predicate,
DomainTranslator.ColumnExtractor<T> columnExtractor)
Convert a RowExpression predicate into an ExtractionResult consisting of:
1) A successfully extracted TupleDomain
2) An RowExpression fragment which represents the part of the original RowExpression that will need to be re-evaluated
after filtering with the TupleDomain.
|
Copyright © 2012–2022. All rights reserved.