public interface AnalyzeIndexReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;Copyright © 2025 PingCAP. All rights reserved.