Interface FunctionSignature.Argument.ValueArgumentOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FunctionSignature.Argument.ValueArgument, FunctionSignature.Argument.ValueArgument.Builder
Enclosing class:
FunctionSignature.Argument

public static interface FunctionSignature.Argument.ValueArgumentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool constant = 2;
    .substrait.ParameterizedType type = 1;
    .substrait.ParameterizedType type = 1;
    boolean
    .substrait.ParameterizedType 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.ParameterizedType type = 1;
      Returns:
      Whether the type field is set.
    • getType

      .substrait.ParameterizedType type = 1;
      Returns:
      The type.
    • getTypeOrBuilder

      ParameterizedTypeOrBuilder getTypeOrBuilder()
      .substrait.ParameterizedType type = 1;
    • getConstant

      boolean getConstant()
      bool constant = 2;
      Returns:
      The constant.