Interface FunctionArgumentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FunctionArgument, FunctionArgument.Builder

public interface FunctionArgumentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    string enum = 1;
    com.google.protobuf.ByteString
    string enum = 1;
    .substrait.Type type = 2;
    .substrait.Type type = 2;
    .substrait.Expression value = 3;
    .substrait.Expression value = 3;
    boolean
    string enum = 1;
    boolean
    .substrait.Type type = 2;
    boolean
    .substrait.Expression value = 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

    • hasEnum

      boolean hasEnum()
      string enum = 1;
      Returns:
      Whether the enum field is set.
    • getEnum

      String getEnum()
      string enum = 1;
      Returns:
      The enum.
    • getEnumBytes

      com.google.protobuf.ByteString getEnumBytes()
      string enum = 1;
      Returns:
      The bytes for enum.
    • hasType

      boolean hasType()
      .substrait.Type type = 2;
      Returns:
      Whether the type field is set.
    • getType

      Type getType()
      .substrait.Type type = 2;
      Returns:
      The type.
    • getTypeOrBuilder

      TypeOrBuilder getTypeOrBuilder()
      .substrait.Type type = 2;
    • hasValue

      boolean hasValue()
      .substrait.Expression value = 3;
      Returns:
      Whether the value field is set.
    • getValue

      Expression getValue()
      .substrait.Expression value = 3;
      Returns:
      The value.
    • getValueOrBuilder

      ExpressionOrBuilder getValueOrBuilder()
      .substrait.Expression value = 3;
    • getArgTypeCase