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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
DEFAULT
 
- 
- 
Constructor Details- 
RowBoundConstruct 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- 
getLowerReturns the lower frame bound- Returns:
- the lower frame bound
- Since:
- 4.0.0
 
- 
getUpperReturns the upper frame bound- Returns:
- the upper frame bound
- Since:
- 4.0.0
 
 
-