public interface TableScanOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ColumnInfo |
getColumns(int index)
repeated .tipb.ColumnInfo columns = 2; |
int |
getColumnsCount()
repeated .tipb.ColumnInfo columns = 2; |
List<ColumnInfo> |
getColumnsList()
repeated .tipb.ColumnInfo columns = 2; |
ColumnInfoOrBuilder |
getColumnsOrBuilder(int index)
repeated .tipb.ColumnInfo columns = 2; |
List<? extends ColumnInfoOrBuilder> |
getColumnsOrBuilderList()
repeated .tipb.ColumnInfo columns = 2; |
boolean |
getDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false]; |
EngineType |
getNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false]; |
long |
getPrimaryColumnIds(int index)
repeated int64 primary_column_ids = 4; |
int |
getPrimaryColumnIdsCount()
repeated int64 primary_column_ids = 4; |
List<Long> |
getPrimaryColumnIdsList()
repeated int64 primary_column_ids = 4; |
KeyRange |
getRanges(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
int |
getRangesCount()
For global read in join, we must point out the key ranges when we don't have the region info.
|
List<KeyRange> |
getRangesList()
For global read in join, we must point out the key ranges when we don't have the region info.
|
KeyRangeOrBuilder |
getRangesOrBuilder(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
|
List<? extends KeyRangeOrBuilder> |
getRangesOrBuilderList()
For global read in join, we must point out the key ranges when we don't have the region info.
|
long |
getTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false]; |
boolean |
hasNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false]; |
boolean |
hasTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
boolean hasTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];long getTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];List<ColumnInfo> getColumnsList()
repeated .tipb.ColumnInfo columns = 2;ColumnInfo getColumns(int index)
repeated .tipb.ColumnInfo columns = 2;int getColumnsCount()
repeated .tipb.ColumnInfo columns = 2;List<? extends ColumnInfoOrBuilder> getColumnsOrBuilderList()
repeated .tipb.ColumnInfo columns = 2;ColumnInfoOrBuilder getColumnsOrBuilder(int index)
repeated .tipb.ColumnInfo columns = 2;boolean hasDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false];boolean getDesc()
optional bool desc = 3 [(.gogoproto.nullable) = false];int getPrimaryColumnIdsCount()
repeated int64 primary_column_ids = 4;long getPrimaryColumnIds(int index)
repeated int64 primary_column_ids = 4;boolean hasNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false];EngineType getNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false];List<KeyRange> getRangesList()
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];KeyRange getRanges(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];int getRangesCount()
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];List<? extends KeyRangeOrBuilder> getRangesOrBuilderList()
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];KeyRangeOrBuilder getRangesOrBuilder(int index)
For global read in join, we must point out the key ranges when we don't have the region info.
repeated .tipb.KeyRange ranges = 6 [(.gogoproto.nullable) = false];Copyright © 2022 PingCAP. All rights reserved.