public interface IndexScanOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ColumnInfo |
getColumns(int index)
repeated .tipb.ColumnInfo columns = 3; |
int |
getColumnsCount()
repeated .tipb.ColumnInfo columns = 3; |
List<ColumnInfo> |
getColumnsList()
repeated .tipb.ColumnInfo columns = 3; |
ColumnInfoOrBuilder |
getColumnsOrBuilder(int index)
repeated .tipb.ColumnInfo columns = 3; |
List<? extends ColumnInfoOrBuilder> |
getColumnsOrBuilderList()
repeated .tipb.ColumnInfo columns = 3; |
boolean |
getDesc()
optional bool desc = 4 [(.gogoproto.nullable) = false]; |
long |
getIndexId()
optional int64 index_id = 2 [(.gogoproto.nullable) = false]; |
long |
getTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
boolean |
getUnique()
check whether it is a unique index.
|
boolean |
hasDesc()
optional bool desc = 4 [(.gogoproto.nullable) = false]; |
boolean |
hasIndexId()
optional int64 index_id = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasUnique()
check whether it is a unique index.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];
long getTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];
boolean hasIndexId()
optional int64 index_id = 2 [(.gogoproto.nullable) = false];
long getIndexId()
optional int64 index_id = 2 [(.gogoproto.nullable) = false];
List<ColumnInfo> getColumnsList()
repeated .tipb.ColumnInfo columns = 3;
ColumnInfo getColumns(int index)
repeated .tipb.ColumnInfo columns = 3;
int getColumnsCount()
repeated .tipb.ColumnInfo columns = 3;
List<? extends ColumnInfoOrBuilder> getColumnsOrBuilderList()
repeated .tipb.ColumnInfo columns = 3;
ColumnInfoOrBuilder getColumnsOrBuilder(int index)
repeated .tipb.ColumnInfo columns = 3;
boolean hasDesc()
optional bool desc = 4 [(.gogoproto.nullable) = false];
boolean getDesc()
optional bool desc = 4 [(.gogoproto.nullable) = false];
boolean hasUnique()
check whether it is a unique index.
optional bool unique = 5;
boolean getUnique()
check whether it is a unique index.
optional bool unique = 5;
Copyright © 2024 PingCAP. All rights reserved.