Class TypeExpression.IfOperation

java.lang.Object
io.substrait.function.TypeExpression.BaseTypeExpression
io.substrait.function.TypeExpression.IfOperation
All Implemented Interfaces:
TypeExpression
Enclosing interface:
TypeExpression

@Immutable public abstract static class TypeExpression.IfOperation extends TypeExpression.BaseTypeExpression
  • Constructor Details

    • IfOperation

      public IfOperation()
  • Method Details

    • ifCondition

      public abstract TypeExpression ifCondition()
    • thenExpr

      public abstract TypeExpression thenExpr()
    • elseExpr

      public abstract TypeExpression elseExpr()
    • builder

      public static io.substrait.function.ImmutableTypeExpression.IfOperation.Builder builder()