Package io.substrait.expression
Interface WindowBound.WindowBoundVisitor<R,E extends Throwable>
- All Known Implementing Classes:
ExpressionProtoConverter.BoundConverter
- Enclosing interface:
- WindowBound
public static interface WindowBound.WindowBoundVisitor<R,E extends Throwable>
-
Method Summary
Modifier and TypeMethodDescriptionvisit(WindowBound.CurrentRow currentRow) visit(WindowBound.Following following) visit(WindowBound.Preceding preceding) visit(WindowBound.Unbounded unbounded)
-
Method Details
-
visit
-
visit
-
visit
-
visit
-