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 Type
    Method
    Description
    .substrait.Expression.Cast.FailureBehavior failure_behavior = 3;
    int
    .substrait.Expression.Cast.FailureBehavior failure_behavior = 3;
    .substrait.Expression input = 2;
    .substrait.Expression input = 2;
    .substrait.Type type = 1;
    .substrait.Type type = 1;
    boolean
    .substrait.Expression input = 2;
    boolean
    .substrait.Type type = 1;

    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

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