Package | Description |
---|---|
org.apache.calcite.rex |
Modifier and Type | Method and Description |
---|---|
RexSimplify |
RexSimplify.withParanoid(boolean paranoid)
Returns a RexSimplify the same as this but which verifies that the expression before and
after simplification are equivalent.
|
RexSimplify |
RexSimplify.withPredicates(org.apache.calcite.plan.RelOptPredicateList predicates)
Returns a RexSimplify the same as this but with a specified
predicates value. |
RexSimplify |
RexSimplify.withUnknownAsFalse(boolean unknownAsFalse)
Deprecated.
Use methods with a
RexUnknownAs argument, such as simplify(RexNode, RexUnknownAs) . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.