Interface DerivationExpression.BinaryOpOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DerivationExpression.BinaryOp, DerivationExpression.BinaryOp.Builder
Enclosing class:
DerivationExpression

public static interface DerivationExpression.BinaryOpOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .substrait.DerivationExpression arg1 = 2;
    .substrait.DerivationExpression arg1 = 2;
    .substrait.DerivationExpression arg2 = 3;
    .substrait.DerivationExpression arg2 = 3;
    .substrait.DerivationExpression.BinaryOp.BinaryOpType op_type = 1;
    int
    .substrait.DerivationExpression.BinaryOp.BinaryOpType op_type = 1;
    boolean
    .substrait.DerivationExpression arg1 = 2;
    boolean
    .substrait.DerivationExpression arg2 = 3;

    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

    • getOpTypeValue

      int getOpTypeValue()
      .substrait.DerivationExpression.BinaryOp.BinaryOpType op_type = 1;
      Returns:
      The enum numeric value on the wire for opType.
    • getOpType

      .substrait.DerivationExpression.BinaryOp.BinaryOpType op_type = 1;
      Returns:
      The opType.
    • hasArg1

      boolean hasArg1()
      .substrait.DerivationExpression arg1 = 2;
      Returns:
      Whether the arg1 field is set.
    • getArg1

      .substrait.DerivationExpression arg1 = 2;
      Returns:
      The arg1.
    • getArg1OrBuilder

      DerivationExpressionOrBuilder getArg1OrBuilder()
      .substrait.DerivationExpression arg1 = 2;
    • hasArg2

      boolean hasArg2()
      .substrait.DerivationExpression arg2 = 3;
      Returns:
      Whether the arg2 field is set.
    • getArg2

      .substrait.DerivationExpression arg2 = 3;
      Returns:
      The arg2.
    • getArg2OrBuilder

      DerivationExpressionOrBuilder getArg2OrBuilder()
      .substrait.DerivationExpression arg2 = 3;