Package io.dingodb.meta
Interface Meta.TableWithPartCountOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.TableWithPartCount,Meta.TableWithPartCount.Builder
- Enclosing class:
- Meta
public static interface Meta.TableWithPartCountOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhas tableintindex count, include vector index and scalar indexintgetIndexPartCount(int index) each index may has different part count, the list size must equal index countinteach index may has different part count, the list size must equal index counteach index may has different part count, the list size must equal index countintif has table, table`s part countMethods 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
-
getHasTable
boolean getHasTable()has table
bool has_table = 1;- Returns:
- The hasTable.
-
getTablePartCount
int getTablePartCount()if has table, table`s part count
uint32 table_part_count = 2;- Returns:
- The tablePartCount.
-
getIndexCount
int getIndexCount()index count, include vector index and scalar index
uint32 index_count = 3;- Returns:
- The indexCount.
-
getIndexPartCountList
each index may has different part count, the list size must equal index count
repeated uint32 index_part_count = 4;- Returns:
- A list containing the indexPartCount.
-
getIndexPartCountCount
int getIndexPartCountCount()each index may has different part count, the list size must equal index count
repeated uint32 index_part_count = 4;- Returns:
- The count of indexPartCount.
-
getIndexPartCount
int getIndexPartCount(int index) each index may has different part count, the list size must equal index count
repeated uint32 index_part_count = 4;- Parameters:
index- The index of the element to return.- Returns:
- The indexPartCount at the given index.
-