Package io.substrait.proto
Interface Expression.CastOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.Cast,Expression.Cast.Builder
- Enclosing class:
- Expression
public static interface Expression.CastOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.substrait.Expression.Cast.FailureBehavior failure_behavior = 3;int.substrait.Expression.Cast.FailureBehavior failure_behavior = 3;getInput().substrait.Expression input = 2;.substrait.Expression input = 2;getType().substrait.Type type = 1;.substrait.Type type = 1;booleanhasInput().substrait.Expression input = 2;booleanhasType().substrait.Type type = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType().substrait.Type type = 1;- Returns:
- Whether the type field is set.
-
getType
Type getType().substrait.Type type = 1;- Returns:
- The type.
-
getTypeOrBuilder
TypeOrBuilder getTypeOrBuilder().substrait.Type type = 1; -
hasInput
boolean hasInput().substrait.Expression input = 2;- Returns:
- Whether the input field is set.
-
getInput
Expression getInput().substrait.Expression input = 2;- Returns:
- The input.
-
getInputOrBuilder
ExpressionOrBuilder getInputOrBuilder().substrait.Expression input = 2; -
getFailureBehaviorValue
int getFailureBehaviorValue().substrait.Expression.Cast.FailureBehavior failure_behavior = 3;- Returns:
- The enum numeric value on the wire for failureBehavior.
-
getFailureBehavior
Expression.Cast.FailureBehavior getFailureBehavior().substrait.Expression.Cast.FailureBehavior failure_behavior = 3;- Returns:
- The failureBehavior.
-