Class RexOver.Finder

  • All Implemented Interfaces:
    RexVisitor<java.lang.Void>
    Enclosing class:
    RexOver

    private static class RexOver.Finder
    extends RexVisitorImpl<java.lang.Void>
    Visitor which detects a RexOver inside a RexNode expression.

    It is re-entrant (two threads can use an instance at the same time) and it can be re-used for multiple visits.