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

    Modifier and Type
    Method
    Description
    .substrait.Expression.Literal if = 1;
    .substrait.Expression.Literal if = 1;
    .substrait.Expression then = 2;
    .substrait.Expression then = 2;
    boolean
    .substrait.Expression.Literal if = 1;
    boolean
    .substrait.Expression then = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      .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;