Package org.apache.calcite.rel.core
Class Match.RexMRAggCall
java.lang.Object
org.apache.calcite.rex.RexNode
org.apache.calcite.rex.RexCall
org.apache.calcite.rel.core.Match.RexMRAggCall
- All Implemented Interfaces:
Comparable<Match.RexMRAggCall>
- Enclosing class:
Match
public static final class Match.RexMRAggCall
extends RexCall
implements Comparable<Match.RexMRAggCall>
Aggregate calls in match recognize.
-
Field Summary
-
Method Summary
Methods inherited from class org.apache.calcite.rex.RexCall
accept, accept, appendOperands, clone, computeDigest, getKind, getOperands, getOperator, getParserPosition, getType, isAlwaysFalse, isAlwaysTrue, nodeCount, operandCount, toString
-
Field Details
-
ordinal
public final int ordinal
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Match.RexMRAggCall>
-
equals
Description copied from class:RexNode
Every node must implement
RexNode.equals(java.lang.Object)
based on its content -
hashCode
public int hashCode()Description copied from class:RexNode
Every node must implement
RexNode.hashCode()
consistent withRexNode.equals(java.lang.Object)
-