public interface AnalyzeIndexRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CMSketch |
getCms()
optional .tipb.CMSketch cms = 2; |
CMSketchOrBuilder |
getCmsOrBuilder()
optional .tipb.CMSketch cms = 2; |
Histogram |
getHist()
optional .tipb.Histogram hist = 1; |
HistogramOrBuilder |
getHistOrBuilder()
optional .tipb.Histogram hist = 1; |
boolean |
hasCms()
optional .tipb.CMSketch cms = 2; |
boolean |
hasHist()
optional .tipb.Histogram hist = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHist()
optional .tipb.Histogram hist = 1;
Histogram getHist()
optional .tipb.Histogram hist = 1;
HistogramOrBuilder getHistOrBuilder()
optional .tipb.Histogram hist = 1;
boolean hasCms()
optional .tipb.CMSketch cms = 2;
CMSketch getCms()
optional .tipb.CMSketch cms = 2;
CMSketchOrBuilder getCmsOrBuilder()
optional .tipb.CMSketch cms = 2;
Copyright © 2024 PingCAP. All rights reserved.