Interface DerivationExpression.UnaryOpOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .substrait.DerivationExpression arg = 2;
    .substrait.DerivationExpression arg = 2;
    .substrait.DerivationExpression.UnaryOp.UnaryOpType op_type = 1;
    int
    .substrait.DerivationExpression.UnaryOp.UnaryOpType op_type = 1;
    boolean
    .substrait.DerivationExpression arg = 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

    • getOpTypeValue

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

      .substrait.DerivationExpression.UnaryOp.UnaryOpType op_type = 1;
      Returns:
      The opType.
    • hasArg

      boolean hasArg()
      .substrait.DerivationExpression arg = 2;
      Returns:
      Whether the arg field is set.
    • getArg

      .substrait.DerivationExpression arg = 2;
      Returns:
      The arg.
    • getArgOrBuilder

      .substrait.DerivationExpression arg = 2;