Class RexUtil.SubQueryFinder

java.lang.Object
org.apache.calcite.rex.RexVisitorImpl<Void>
org.apache.calcite.rex.RexUtil.SubQueryFinder
All Implemented Interfaces:
RexVisitor<Void>
Enclosing class:
RexUtil

public static class RexUtil.SubQueryFinder extends RexVisitorImpl<Void>
Visitor that throws Util.FoundOne if applied to an expression that contains a RexSubQuery.