public static final class Match.RexMRAggCall extends RexCall implements Comparable<Match.RexMRAggCall>
| Modifier and Type | Field and Description |
|---|---|
int |
ordinal |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Match.RexMRAggCall o) |
boolean |
equals(@Nullable Object obj) |
int |
hashCode() |
accept, accept, appendOperands, clone, computeDigest, getKind, getOperands, getOperator, getType, isAlwaysFalse, isAlwaysTrue, nodeCount, toStringpublic int compareTo(Match.RexMRAggCall o)
compareTo in interface Comparable<Match.RexMRAggCall>public boolean equals(@Nullable Object obj)
RexNodeEvery node must implement RexNode.equals(java.lang.Object) based on its content
public int hashCode()
RexNodeEvery node must implement RexNode.hashCode() consistent with
RexNode.equals(java.lang.Object)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.