Class RexWindow

java.lang.Object
org.apache.calcite.rex.RexWindow

public class RexWindow extends Object
Specification of the window of rows over which a RexOver windowed aggregate is evaluated.

Treat it as immutable!

  • Field Details

    • partitionKeys

      public final com.google.common.collect.ImmutableList<RexNode> partitionKeys
    • orderKeys

      public final com.google.common.collect.ImmutableList<RexFieldCollation> orderKeys
    • nodeCount

      public final int nodeCount
  • Method Details