Interface Common.ScalarIndexParameterOrBuilder

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

public static interface Common.ScalarIndexParameterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    for scalar index
    .dingodb.pb.common.ScalarIndexType scalar_index_type = 1;
    int
    .dingodb.pb.common.ScalarIndexType scalar_index_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

    • getScalarIndexTypeValue

      int getScalarIndexTypeValue()
      .dingodb.pb.common.ScalarIndexType scalar_index_type = 1;
      Returns:
      The enum numeric value on the wire for scalarIndexType.
    • getScalarIndexType

      Common.ScalarIndexType getScalarIndexType()
      .dingodb.pb.common.ScalarIndexType scalar_index_type = 1;
      Returns:
      The scalarIndexType.
    • getIsUnique

      boolean getIsUnique()
       for scalar index
       
      bool is_unique = 2;
      Returns:
      The isUnique.