public static final class Match.RexMRAggCall extends RexCall implements Comparable<Match.RexMRAggCall>
| Modifier and Type | Field and Description |
|---|---|
int |
ordinal |
| Constructor and Description |
|---|
RexMRAggCall(SqlAggFunction aggFun,
RelDataType type,
List<RexNode> operands,
int ordinal) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Match.RexMRAggCall o) |
accept, accept, clone, computeDigest, getKind, getOperands, getOperator, getType, isAlwaysFalse, isAlwaysTrue, toStringRexMRAggCall(SqlAggFunction aggFun, RelDataType type, List<RexNode> operands, int ordinal)
public int compareTo(Match.RexMRAggCall o)
compareTo in interface Comparable<Match.RexMRAggCall>Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.