Interface Common.ScalarValueOrBuilder

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

public static interface Common.ScalarValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getFieldTypeValue

      int getFieldTypeValue()
       data type of scalar field
       
      .dingodb.pb.common.ScalarFieldType field_type = 1;
      Returns:
      The enum numeric value on the wire for fieldType.
    • getFieldType

      Common.ScalarFieldType getFieldType()
       data type of scalar field
       
      .dingodb.pb.common.ScalarFieldType field_type = 1;
      Returns:
      The fieldType.
    • getFieldsList

      List<Common.ScalarField> getFieldsList()
       scalar field, only one element in most cases
       
      repeated .dingodb.pb.common.ScalarField fields = 2;
    • getFields

      Common.ScalarField getFields(int index)
       scalar field, only one element in most cases
       
      repeated .dingodb.pb.common.ScalarField fields = 2;
    • getFieldsCount

      int getFieldsCount()
       scalar field, only one element in most cases
       
      repeated .dingodb.pb.common.ScalarField fields = 2;
    • getFieldsOrBuilderList

      List<? extends Common.ScalarFieldOrBuilder> getFieldsOrBuilderList()
       scalar field, only one element in most cases
       
      repeated .dingodb.pb.common.ScalarField fields = 2;
    • getFieldsOrBuilder

      Common.ScalarFieldOrBuilder getFieldsOrBuilder(int index)
       scalar field, only one element in most cases
       
      repeated .dingodb.pb.common.ScalarField fields = 2;