Class RowBound
java.lang.Object
org.apache.groovy.ginq.provider.collection.runtime.RowBound
- All Implemented Interfaces:
 Serializable
Represents row bounds of window frame
- Since:
 - 4.0.0
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
DEFAULT
 
 - 
 - 
Constructor Details
- 
RowBound
Construct a new RowBound instance with lower and upper frame bounds- Parameters:
 lower- the lower frame boundupper- the upper frame bound- Since:
 - 4.0.0
 
 
 - 
 - 
Method Details
- 
getLower
Returns the lower frame bound- Returns:
 - the lower frame bound
 - Since:
 - 4.0.0
 
 - 
getUpper
Returns the upper frame bound- Returns:
 - the upper frame bound
 - Since:
 - 4.0.0
 
 
 -