Package io.substrait.expression
Class WindowBound.Following
java.lang.Object
io.substrait.expression.WindowBound.Following
- All Implemented Interfaces:
WindowBound
- Enclosing interface:
- WindowBound
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.substrait.expression.WindowBound
WindowBound.CurrentRow, WindowBound.Following, WindowBound.Preceding, WindowBound.Unbounded, WindowBound.WindowBoundVisitor<R,E extends Throwable> -
Field Summary
Fields inherited from interface io.substrait.expression.WindowBound
CURRENT_ROW, UNBOUNDED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
Raccept(WindowBound.WindowBoundVisitor<R, E> visitor) static WindowBound.Followingof(long offset) abstract longoffset()
-
Constructor Details
-
Following
public Following()
-
-
Method Details
-
offset
public abstract long offset() -
of
-
accept
- Specified by:
acceptin interfaceWindowBound
-