Class RexAnalyzer.VariableCollector

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

    private static class RexAnalyzer.VariableCollector
    extends RexVisitorImpl<java.lang.Void>
    Collects the variables (or other bindable sites) in an expression, and counts features (such as CAST) that RexInterpreter cannot handle.