Class RowBound
- 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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T1
getLower()
Returns the lower frame boundT2
getUpper()
Returns the upper frame bound
-
-
-
Field Detail
-
DEFAULT
public static final RowBound DEFAULT
-
-