Uses of Class
org.apache.calcite.rex.RexUtil.RexFinder
-
Packages that use RexUtil.RexFinder Package Description org.apache.calcite.rex -
-
Uses of RexUtil.RexFinder in org.apache.calcite.rex
Methods in org.apache.calcite.rex that return RexUtil.RexFinder Modifier and Type Method Description static RexUtil.RexFinder
RexUtil. find(Set<org.apache.calcite.sql.SqlKind> kinds)
Returns a visitor that finds nodes of givenSqlKind
s.static RexUtil.RexFinder
RexUtil. find(org.apache.calcite.rex.RexInputRef ref)
Returns a visitor that finds a particularRexInputRef
.static RexUtil.RexFinder
RexUtil. find(org.apache.calcite.sql.SqlKind kind)
Returns a visitor that finds nodes of a givenSqlKind
.
-