@Deprecated public interface RexPattern
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.| Modifier and Type | Method and Description |
|---|---|
void |
match(RexNode ptree,
RexAction action)
Deprecated.
Calls
action for every combination of tokens for which this
pattern matches. |
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.