public interface HistogramOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Bucket |
getBuckets(int index)
buckets represents all the buckets.
|
int |
getBucketsCount()
buckets represents all the buckets.
|
List<Bucket> |
getBucketsList()
buckets represents all the buckets.
|
BucketOrBuilder |
getBucketsOrBuilder(int index)
buckets represents all the buckets.
|
List<? extends BucketOrBuilder> |
getBucketsOrBuilderList()
buckets represents all the buckets.
|
long |
getNdv()
ndv is the number of distinct values.
|
boolean |
hasNdv()
ndv is the number of distinct values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNdv()
ndv is the number of distinct values.
optional int64 ndv = 1 [(.gogoproto.nullable) = false];long getNdv()
ndv is the number of distinct values.
optional int64 ndv = 1 [(.gogoproto.nullable) = false];List<Bucket> getBucketsList()
buckets represents all the buckets.
repeated .tipb.Bucket buckets = 2;Bucket getBuckets(int index)
buckets represents all the buckets.
repeated .tipb.Bucket buckets = 2;int getBucketsCount()
buckets represents all the buckets.
repeated .tipb.Bucket buckets = 2;List<? extends BucketOrBuilder> getBucketsOrBuilderList()
buckets represents all the buckets.
repeated .tipb.Bucket buckets = 2;BucketOrBuilder getBucketsOrBuilder(int index)
buckets represents all the buckets.
repeated .tipb.Bucket buckets = 2;Copyright © 2025 PingCAP. All rights reserved.