Package io.substrait.expression
Class WindowBound.Unbounded
java.lang.Object
io.substrait.expression.WindowBound.Unbounded
- 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)
-
Constructor Details
-
Unbounded
public Unbounded()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceWindowBound
-