Package io.substrait.type
Class ImmutableType.UUID.Builder
java.lang.Object
io.substrait.type.ImmutableType.UUID.Builder
- Enclosing class:
- ImmutableType.UUID
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newUUID.from(NullableType instance) Fill a builder with attribute values from the providedio.substrait.function.NullableTypeinstance.Fill a builder with attribute values from the providedio.substrait.type.Typeinstance.Fill a builder with attribute values from the providedio.substrait.type.Type.UUIDinstance.nullable(boolean nullable) Initializes the value for thenullableattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedio.substrait.type.Type.UUIDinstance.- 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.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
-
nullable
Initializes the value for thenullableattribute.- Parameters:
nullable- The value for nullable- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newUUID.- Returns:
- An immutable instance of UUID
- Throws:
IllegalStateException- if any required attributes are missing
-