Package io.substrait.relation.physical
Class ImmutableTargetType.Extended.Builder
java.lang.Object
io.substrait.relation.physical.ImmutableTargetType.Extended.Builder
- Enclosing class:
- ImmutableTargetType.Extended
-
Method Details
-
from
Fill a builder with attribute values from the providedExtendedinstance. 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
-
extended
Initializes the value for theextendedattribute.- Parameters:
extended- The value for extended- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newExtended.- Returns:
- An immutable instance of Extended
- Throws:
IllegalStateException- if any required attributes are missing
-