public 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–2018 The Apache Software Foundation. All rights reserved.