public static class SqlSpecialOperator.ReduceResult extends Object
PrecedenceClimbingParser.Special.apply(org.apache.calcite.util.PrecedenceClimbingParser, org.apache.calcite.util.PrecedenceClimbingParser.SpecialOp).
Tells the caller which range of tokens to replace, and with what.| Modifier and Type | Field and Description |
|---|---|
int |
endOrdinal |
SqlNode |
node |
int |
startOrdinal |
| Constructor and Description |
|---|
ReduceResult(int startOrdinal,
int endOrdinal,
SqlNode node) |
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.