Package org.apache.calcite.rex
Class RexWindow
java.lang.Object
org.apache.calcite.rex.RexWindow
Specification of the window of rows over which a
RexOver
windowed
aggregate is evaluated.
Treat it as immutable!
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
final com.google.common.collect.ImmutableList<RexFieldCollation>
final com.google.common.collect.ImmutableList<RexNode>
-
Method Summary
-
Field Details
-
partitionKeys
-
orderKeys
-
nodeCount
public final int nodeCount
-
-
Method Details