Package org.apache.calcite.rel.rules
Interface PushProjector.ExprCondition
- Enclosing class:
PushProjector
A functor that replies true or false for a given expression.
- See Also:
-
PushProjector.OperatorExprCondition
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PushProjector.ExprConditionConstant condition that repliesfalsefor all expressions.static final PushProjector.ExprConditionConstant condition that repliestruefor all expressions. -
Method Summary
-
Field Details
-
FALSE
Constant condition that repliesfalsefor all expressions. -
TRUE
Constant condition that repliestruefor all expressions.
-
-
Method Details