public interface AnalyzeIndexReqOrBuilder
extends org.tikv.shade.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBucketSize()
bucket_size is the max histograms bucket size.
|
int |
getCmsketchDepth()
optional int32 cmsketch_depth = 3; |
int |
getCmsketchWidth()
optional int32 cmsketch_width = 4; |
int |
getNumColumns()
num_columns is the number of columns in the index.
|
long |
getSampleSize()
optional int64 sample_size = 5 [(.gogoproto.nullable) = false]; |
long |
getSketchSize()
optional int64 sketch_size = 6 [(.gogoproto.nullable) = false]; |
boolean |
hasBucketSize()
bucket_size is the max histograms bucket size.
|
boolean |
hasCmsketchDepth()
optional int32 cmsketch_depth = 3; |
boolean |
hasCmsketchWidth()
optional int32 cmsketch_width = 4; |
boolean |
hasNumColumns()
num_columns is the number of columns in the index.
|
boolean |
hasSampleSize()
optional int64 sample_size = 5 [(.gogoproto.nullable) = false]; |
boolean |
hasSketchSize()
optional int64 sketch_size = 6 [(.gogoproto.nullable) = false]; |
boolean hasBucketSize()
bucket_size is the max histograms bucket size.
optional int64 bucket_size = 1 [(.gogoproto.nullable) = false];long getBucketSize()
bucket_size is the max histograms bucket size.
optional int64 bucket_size = 1 [(.gogoproto.nullable) = false];boolean hasNumColumns()
num_columns is the number of columns in the index.
optional int32 num_columns = 2 [(.gogoproto.nullable) = false];int getNumColumns()
num_columns is the number of columns in the index.
optional int32 num_columns = 2 [(.gogoproto.nullable) = false];boolean hasCmsketchDepth()
optional int32 cmsketch_depth = 3;int getCmsketchDepth()
optional int32 cmsketch_depth = 3;boolean hasCmsketchWidth()
optional int32 cmsketch_width = 4;int getCmsketchWidth()
optional int32 cmsketch_width = 4;boolean hasSampleSize()
optional int64 sample_size = 5 [(.gogoproto.nullable) = false];long getSampleSize()
optional int64 sample_size = 5 [(.gogoproto.nullable) = false];boolean hasSketchSize()
optional int64 sketch_size = 6 [(.gogoproto.nullable) = false];long getSketchSize()
optional int64 sketch_size = 6 [(.gogoproto.nullable) = false];Copyright © 2023 PingCAP. All rights reserved.