MCPcopy Create free account
hub / github.com/apache/calcite / not

Method not

core/src/main/java/org/apache/calcite/rex/RexSimplify.java:349–351  ·  view source on GitHub ↗

Applies NOT to an expression.

(RexNode e)

Source from the content-addressed store, hash-verified

347
348 /** Applies NOT to an expression. */
349 RexNode not(RexNode e) {
350 return RexUtil.not(rexBuilder, e);
351 }
352
353 /** Applies IS NOT FALSE to an expression. */
354 RexNode isNotFalse(RexNode e) {

Callers 8

isNotTrueMethod · 0.95
isFalseMethod · 0.95
simplifyComparisonMethod · 0.95
simplifyNotMethod · 0.95
simplifyIs1Method · 0.95
simplifyIs2Method · 0.95
simplifyAnd2Method · 0.95

Calls 1

notMethod · 0.95

Tested by

no test coverage detected