Class PredicateAnalyzer.NotLikeConverter

  • All Implemented Interfaces:
    RexVisitor<RexNode>
    Enclosing class:
    PredicateAnalyzer

    private static class PredicateAnalyzer.NotLikeConverter
    extends RexShuttle
    Converts expressions of the form NOT(LIKE(...)) into NOT_LIKE(...)