public interface AnalyzeColumnsRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SampleCollector |
getCollectors(int index)
collectors is the sample collectors for columns.
|
int |
getCollectorsCount()
collectors is the sample collectors for columns.
|
List<SampleCollector> |
getCollectorsList()
collectors is the sample collectors for columns.
|
SampleCollectorOrBuilder |
getCollectorsOrBuilder(int index)
collectors is the sample collectors for columns.
|
List<? extends SampleCollectorOrBuilder> |
getCollectorsOrBuilderList()
collectors is the sample collectors for columns.
|
Histogram |
getPkHist()
pk_hist is the histogram for primary key when it is the handle.
|
HistogramOrBuilder |
getPkHistOrBuilder()
pk_hist is the histogram for primary key when it is the handle.
|
boolean |
hasPkHist()
pk_hist is the histogram for primary key when it is the handle.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<SampleCollector> getCollectorsList()
collectors is the sample collectors for columns.
repeated .tipb.SampleCollector collectors = 1;
SampleCollector getCollectors(int index)
collectors is the sample collectors for columns.
repeated .tipb.SampleCollector collectors = 1;
int getCollectorsCount()
collectors is the sample collectors for columns.
repeated .tipb.SampleCollector collectors = 1;
List<? extends SampleCollectorOrBuilder> getCollectorsOrBuilderList()
collectors is the sample collectors for columns.
repeated .tipb.SampleCollector collectors = 1;
SampleCollectorOrBuilder getCollectorsOrBuilder(int index)
collectors is the sample collectors for columns.
repeated .tipb.SampleCollector collectors = 1;
boolean hasPkHist()
pk_hist is the histogram for primary key when it is the handle.
optional .tipb.Histogram pk_hist = 2;
Histogram getPkHist()
pk_hist is the histogram for primary key when it is the handle.
optional .tipb.Histogram pk_hist = 2;
HistogramOrBuilder getPkHistOrBuilder()
pk_hist is the histogram for primary key when it is the handle.
optional .tipb.Histogram pk_hist = 2;
Copyright © 2024 PingCAP. All rights reserved.