Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Method and Description |
---|---|
IndexScan.Builder |
IndexScan.Builder.addAllColumns(Iterable<? extends ColumnInfo> values)
repeated .tipb.ColumnInfo columns = 3; |
IndexScan.Builder |
IndexScan.Builder.addColumns(ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 3; |
IndexScan.Builder |
IndexScan.Builder.addColumns(ColumnInfo value)
repeated .tipb.ColumnInfo columns = 3; |
IndexScan.Builder |
IndexScan.Builder.addColumns(int index,
ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 3; |
IndexScan.Builder |
IndexScan.Builder.addColumns(int index,
ColumnInfo value)
repeated .tipb.ColumnInfo columns = 3; |
IndexScan.Builder |
IndexScan.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IndexScan.Builder |
IndexScan.Builder.clear() |
IndexScan.Builder |
IndexScan.Builder.clearColumns()
repeated .tipb.ColumnInfo columns = 3; |
IndexScan.Builder |
IndexScan.Builder.clearDesc()
optional bool desc = 4 [(.gogoproto.nullable) = false]; |
IndexScan.Builder |
IndexScan.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
IndexScan.Builder |
IndexScan.Builder.clearIndexId()
optional int64 index_id = 2 [(.gogoproto.nullable) = false]; |
IndexScan.Builder |
IndexScan.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
IndexScan.Builder |
IndexScan.Builder.clearTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
IndexScan.Builder |
IndexScan.Builder.clearUnique()
check whether it is a unique index.
|
IndexScan.Builder |
IndexScan.Builder.clone() |
IndexScan.Builder |
Executor.Builder.getIdxScanBuilder()
optional .tipb.IndexScan idx_scan = 3; |
IndexScan.Builder |
IndexScan.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IndexScan.Builder |
IndexScan.Builder.mergeFrom(IndexScan other) |
IndexScan.Builder |
IndexScan.Builder.mergeFrom(com.google.protobuf.Message other) |
IndexScan.Builder |
IndexScan.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static IndexScan.Builder |
IndexScan.newBuilder() |
static IndexScan.Builder |
IndexScan.newBuilder(IndexScan prototype) |
IndexScan.Builder |
IndexScan.newBuilderForType() |
protected IndexScan.Builder |
IndexScan.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
IndexScan.Builder |
IndexScan.Builder.removeColumns(int index)
repeated .tipb.ColumnInfo columns = 3; |
IndexScan.Builder |
IndexScan.Builder.setColumns(int index,
ColumnInfo.Builder builderForValue)
repeated .tipb.ColumnInfo columns = 3; |
IndexScan.Builder |
IndexScan.Builder.setColumns(int index,
ColumnInfo value)
repeated .tipb.ColumnInfo columns = 3; |
IndexScan.Builder |
IndexScan.Builder.setDesc(boolean value)
optional bool desc = 4 [(.gogoproto.nullable) = false]; |
IndexScan.Builder |
IndexScan.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IndexScan.Builder |
IndexScan.Builder.setIndexId(long value)
optional int64 index_id = 2 [(.gogoproto.nullable) = false]; |
IndexScan.Builder |
IndexScan.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
IndexScan.Builder |
IndexScan.Builder.setTableId(long value)
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
IndexScan.Builder |
IndexScan.Builder.setUnique(boolean value)
check whether it is a unique index.
|
IndexScan.Builder |
IndexScan.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
IndexScan.Builder |
IndexScan.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Executor.Builder |
Executor.Builder.setIdxScan(IndexScan.Builder builderForValue)
optional .tipb.IndexScan idx_scan = 3; |
Copyright © 2024 PingCAP. All rights reserved.