java.lang.Object
org.apache.groovy.ginq.provider.collection.runtime.RowBound
All Implemented Interfaces:
Serializable

public class RowBound extends Object
Represents row bounds of window frame
Since:
4.0.0
See Also:
  • Field Details

    • DEFAULT

      public static final RowBound DEFAULT
  • Constructor Details

    • RowBound

      public RowBound(Long lower, Long upper)
      Construct a new RowBound instance with lower and upper frame bounds
      Parameters:
      lower - the lower frame bound
      upper - the upper frame bound
      Since:
      4.0.0
  • Method Details

    • getLower

      public Long getLower()
      Returns the lower frame bound
      Returns:
      the lower frame bound
      Since:
      4.0.0
    • getUpper

      public Long getUpper()
      Returns the upper frame bound
      Returns:
      the upper frame bound
      Since:
      4.0.0