public interface SampleCollectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CMSketch |
getCmSketch()
optional .tipb.CMSketch cm_sketch = 5; |
CMSketchOrBuilder |
getCmSketchOrBuilder()
optional .tipb.CMSketch cm_sketch = 5; |
long |
getCount()
optional int64 count = 3 [(.gogoproto.nullable) = false]; |
FMSketch |
getFmSketch()
optional .tipb.FMSketch fm_sketch = 4; |
FMSketchOrBuilder |
getFmSketchOrBuilder()
optional .tipb.FMSketch fm_sketch = 4; |
long |
getNullCount()
optional int64 null_count = 2 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getSamples(int index)
repeated bytes samples = 1; |
int |
getSamplesCount()
repeated bytes samples = 1; |
List<com.google.protobuf.ByteString> |
getSamplesList()
repeated bytes samples = 1; |
long |
getTotalSize()
optional int64 total_size = 6; |
boolean |
hasCmSketch()
optional .tipb.CMSketch cm_sketch = 5; |
boolean |
hasCount()
optional int64 count = 3 [(.gogoproto.nullable) = false]; |
boolean |
hasFmSketch()
optional .tipb.FMSketch fm_sketch = 4; |
boolean |
hasNullCount()
optional int64 null_count = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasTotalSize()
optional int64 total_size = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.ByteString> getSamplesList()
repeated bytes samples = 1;int getSamplesCount()
repeated bytes samples = 1;com.google.protobuf.ByteString getSamples(int index)
repeated bytes samples = 1;index - The index of the element to return.boolean hasNullCount()
optional int64 null_count = 2 [(.gogoproto.nullable) = false];long getNullCount()
optional int64 null_count = 2 [(.gogoproto.nullable) = false];boolean hasCount()
optional int64 count = 3 [(.gogoproto.nullable) = false];long getCount()
optional int64 count = 3 [(.gogoproto.nullable) = false];boolean hasFmSketch()
optional .tipb.FMSketch fm_sketch = 4;FMSketch getFmSketch()
optional .tipb.FMSketch fm_sketch = 4;FMSketchOrBuilder getFmSketchOrBuilder()
optional .tipb.FMSketch fm_sketch = 4;boolean hasCmSketch()
optional .tipb.CMSketch cm_sketch = 5;CMSketch getCmSketch()
optional .tipb.CMSketch cm_sketch = 5;CMSketchOrBuilder getCmSketchOrBuilder()
optional .tipb.CMSketch cm_sketch = 5;boolean hasTotalSize()
optional int64 total_size = 6;long getTotalSize()
optional int64 total_size = 6;Copyright © 2025 PingCAP. All rights reserved.