Package org.apache.calcite.rel.metadata
Interface BuiltInMetadata.Predicates
- All Superinterfaces:
Metadata
- Enclosing class:
BuiltInMetadata
Metadata about the predicates that hold in the rows emitted from a
relational expression.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Handler API. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionDerives the predicates that hold on rows emitted from a relational expression.
-
Field Details
-
DEF
-
-
Method Details
-
getPredicates
RelOptPredicateList getPredicates()Derives the predicates that hold on rows emitted from a relational expression.- Returns:
- Predicate list
-