Package io.substrait.expression
Class WindowBound.CurrentRow
java.lang.Object
io.substrait.expression.WindowBound.CurrentRow
- All Implemented Interfaces:
WindowBound
- Enclosing interface:
- WindowBound
@Immutable
public abstract static class WindowBound.CurrentRow
extends Object
implements 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
-
CurrentRow
public CurrentRow()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceWindowBound
-