Package io.dingodb.meta
Interface Meta.IndexOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.Index,Meta.Index.Builder
- Enclosing class:
- Meta
public static interface Meta.IndexOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetIndexColumn(int index) repeated string index_column = 1;com.google.protobuf.ByteStringgetIndexColumnBytes(int index) repeated string index_column = 1;intrepeated string index_column = 1;repeated string index_column = 1;booleanbool is_unique = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIndexColumnList
repeated string index_column = 1;- Returns:
- A list containing the indexColumn.
-
getIndexColumnCount
int getIndexColumnCount()repeated string index_column = 1;- Returns:
- The count of indexColumn.
-
getIndexColumn
repeated string index_column = 1;- Parameters:
index- The index of the element to return.- Returns:
- The indexColumn at the given index.
-
getIndexColumnBytes
com.google.protobuf.ByteString getIndexColumnBytes(int index) repeated string index_column = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the indexColumn at the given index.
-
getIsUnique
boolean getIsUnique()bool is_unique = 2;- Returns:
- The isUnique.
-