Package io.substrait.expression
Class ImmutableExpression.I8Literal.Builder
java.lang.Object
io.substrait.expression.ImmutableExpression.I8Literal.Builder
- Enclosing class:
- ImmutableExpression.I8Literal
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newI8Literal.from(Expression.I8Literal instance) Fill a builder with attribute values from the providedio.substrait.expression.Expression.I8Literalinstance.from(Expression.Literal instance) Fill a builder with attribute values from the providedio.substrait.expression.Expression.Literalinstance.nullable(boolean nullable) Initializes the value for thenullableattribute.value(int value) Initializes the value for thevalueattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedio.substrait.expression.Expression.I8Literalinstance.- 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.expression.Expression.Literalinstance.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
nullable
Initializes the value for thenullableattribute.If not set, this attribute will have a default value as returned by the initializer of
nullable.- Parameters:
nullable- The value for nullable- Returns:
thisbuilder for use in a chained invocation
-
value
Initializes the value for thevalueattribute.- Parameters:
value- The value for value- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newI8Literal.- Returns:
- An immutable instance of I8Literal
- Throws:
IllegalStateException- if any required attributes are missing
-