Package org.apache.calcite.rex
Interface RexPattern
Deprecated.
A
RexPattern
represents an expression with holes in it. The
match(org.apache.calcite.rex.RexNode, org.apache.calcite.rex.RexAction)
method tests whether a given expression matches the pattern.-
Method Summary
-
Method Details
-
match
Deprecated.Callsaction
for every combination of tokens for which this pattern matches.
-