Package org.teiid.language
Class WindowFrame.FrameBound
- java.lang.Object
-
- org.teiid.language.WindowFrame.FrameBound
-
- Enclosing class:
- WindowFrame
public static class WindowFrame.FrameBound extends Object
-
-
Constructor Summary
Constructors Constructor Description FrameBound(WindowFrame.BoundMode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowFrame.FrameBoundbound(Integer i)WindowFrame.FrameBoundclone()booleanequals(Object obj)IntegergetBound()Get the numeric bound.WindowFrame.BoundModegetBoundMode()inthashCode()voidsetBound(Integer bound)voidsetBoundMode(WindowFrame.BoundMode boundMode)
-
-
-
Constructor Detail
-
FrameBound
public FrameBound(WindowFrame.BoundMode mode)
-
-
Method Detail
-
getBound
public Integer getBound()
Get the numeric bound. May be null in CURRENT_ROW or to represent UNBOUNDED- Returns:
-
getBoundMode
public WindowFrame.BoundMode getBoundMode()
-
bound
public WindowFrame.FrameBound bound(Integer i)
-
setBound
public void setBound(Integer bound)
-
setBoundMode
public void setBoundMode(WindowFrame.BoundMode boundMode)
-
clone
public WindowFrame.FrameBound clone()
-
-