Package io.substrait.type
Class ImmutableType.I8.Builder
java.lang.Object
io.substrait.type.ImmutableType.I8.Builder
- Enclosing class:
- ImmutableType.I8
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newI8.final ImmutableType.I8.Builderfrom(NullableType instance) Fill a builder with attribute values from the providedio.substrait.function.NullableTypeinstance.final ImmutableType.I8.BuilderFill a builder with attribute values from the providedio.substrait.type.Typeinstance.final ImmutableType.I8.BuilderFill a builder with attribute values from the providedio.substrait.type.Type.I8instance.final ImmutableType.I8.Buildernullable(boolean nullable) Initializes the value for thenullableattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedio.substrait.function.NullableTypeinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedio.substrait.type.Typeinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
from
Fill a builder with attribute values from the providedio.substrait.type.Type.I8instance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
nullable
Initializes the value for thenullableattribute.- Parameters:
nullable- The value for nullable- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newI8.- Returns:
- An immutable instance of I8
- Throws:
IllegalStateException- if any required attributes are missing
-