| Package | Description |
|---|---|
| io.prestosql.sql.planner |
| Modifier and Type | Method and Description |
|---|---|
static DomainTranslator.ExtractionResult |
DomainTranslator.fromPredicate(Metadata metadata,
Session session,
Expression predicate,
TypeProvider types)
Convert an Expression predicate into an ExtractionResult consisting of:
1) A successfully extracted TupleDomain
2) An Expression fragment which represents the part of the original Expression that will need to be re-evaluated
after filtering with the TupleDomain.
|
Copyright © 2012–2019. All rights reserved.