Package io.substrait.proto
Interface Expression.SwitchExpression.IfValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.SwitchExpression.IfValue,Expression.SwitchExpression.IfValue.Builder
- Enclosing class:
- Expression.SwitchExpression
public static interface Expression.SwitchExpression.IfValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasIf
boolean hasIf().substrait.Expression.Literal if = 1;- Returns:
- Whether the if field is set.
-
getIf
Expression.Literal getIf().substrait.Expression.Literal if = 1;- Returns:
- The if.
-
getIfOrBuilder
Expression.LiteralOrBuilder getIfOrBuilder().substrait.Expression.Literal if = 1; -
hasThen
boolean hasThen().substrait.Expression then = 2;- Returns:
- Whether the then field is set.
-
getThen
Expression getThen().substrait.Expression then = 2;- Returns:
- The then.
-
getThenOrBuilder
ExpressionOrBuilder getThenOrBuilder().substrait.Expression then = 2;
-