Package io.substrait.expression
Class ImmutableWindowBound.Unbounded.Builder
java.lang.Object
io.substrait.expression.ImmutableWindowBound.Unbounded.Builder
- Enclosing class:
- ImmutableWindowBound.Unbounded
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newUnbounded.from(WindowBound.Unbounded instance) Fill a builder with attribute values from the providedUnboundedinstance.
-
Method Details
-
from
Fill a builder with attribute values from the providedUnboundedinstance. 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
-
build
Builds a newUnbounded.- Returns:
- An immutable instance of Unbounded
- Throws:
IllegalStateException- if any required attributes are missing
-