Package io.substrait.expression
Class ImmutableWindowBound.Following.Builder
java.lang.Object
io.substrait.expression.ImmutableWindowBound.Following.Builder
- Enclosing class:
- ImmutableWindowBound.Following
-
Method Details
-
from
Fill a builder with attribute values from the providedFollowinginstance. Regular attribute values will be replaced with those from the given instance. Absent optional values will not replace present values.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
offset
Initializes the value for theoffsetattribute.- Parameters:
offset- The value for offset- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newFollowing.- Returns:
- An immutable instance of Following
- Throws:
IllegalStateException- if any required attributes are missing
-