Interface RexBiVisitor<R,​P>

  • Type Parameters:
    R - Return type
    P - Payload type
    All Known Implementing Classes:
    LogicVisitor

    public interface RexBiVisitor<R,​P>
    Visitor pattern for traversing a tree of RexNode objects and passing a payload to each.
    See Also:
    RexVisitor