Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Histogram> |
Histogram.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Histogram |
Histogram.Builder.build() |
Histogram |
Histogram.Builder.buildPartial() |
static Histogram |
Histogram.getDefaultInstance() |
Histogram |
Histogram.getDefaultInstanceForType() |
Histogram |
Histogram.Builder.getDefaultInstanceForType() |
Histogram |
AnalyzeIndexRespOrBuilder.getHist()
optional .tipb.Histogram hist = 1; |
Histogram |
AnalyzeIndexResp.getHist()
optional .tipb.Histogram hist = 1; |
Histogram |
AnalyzeIndexResp.Builder.getHist()
optional .tipb.Histogram hist = 1; |
Histogram |
AnalyzeColumnsResp.getPkHist()
pk_hist is the histogram for primary key when it is the handle.
|
Histogram |
AnalyzeColumnsResp.Builder.getPkHist()
pk_hist is the histogram for primary key when it is the handle.
|
Histogram |
AnalyzeColumnsRespOrBuilder.getPkHist()
pk_hist is the histogram for primary key when it is the handle.
|
static Histogram |
Histogram.parseDelimitedFrom(InputStream input) |
static Histogram |
Histogram.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Histogram |
Histogram.parseFrom(byte[] data) |
static Histogram |
Histogram.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Histogram |
Histogram.parseFrom(ByteBuffer data) |
static Histogram |
Histogram.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Histogram |
Histogram.parseFrom(com.google.protobuf.ByteString data) |
static Histogram |
Histogram.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Histogram |
Histogram.parseFrom(com.google.protobuf.CodedInputStream input) |
static Histogram |
Histogram.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Histogram |
Histogram.parseFrom(InputStream input) |
static Histogram |
Histogram.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Histogram> |
Histogram.getParserForType() |
static com.google.protobuf.Parser<Histogram> |
Histogram.parser() |
Modifier and Type | Method and Description |
---|---|
Histogram.Builder |
Histogram.Builder.mergeFrom(Histogram other) |
AnalyzeIndexResp.Builder |
AnalyzeIndexResp.Builder.mergeHist(Histogram value)
optional .tipb.Histogram hist = 1; |
AnalyzeColumnsResp.Builder |
AnalyzeColumnsResp.Builder.mergePkHist(Histogram value)
pk_hist is the histogram for primary key when it is the handle.
|
static Histogram.Builder |
Histogram.newBuilder(Histogram prototype) |
AnalyzeIndexResp.Builder |
AnalyzeIndexResp.Builder.setHist(Histogram value)
optional .tipb.Histogram hist = 1; |
AnalyzeColumnsResp.Builder |
AnalyzeColumnsResp.Builder.setPkHist(Histogram value)
pk_hist is the histogram for primary key when it is the handle.
|
Copyright © 2024 PingCAP. All rights reserved.