public interface HistogramOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
boolean 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 © 2023 PingCAP. All rights reserved.