public interface AnalyzeColumnsReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBucketSize()
bucket_size is the max histograms bucket size, we need this because when primary key is handle,
the histogram will be directly built.
|
int |
getCmsketchDepth()
optional int32 cmsketch_depth = 5; |
int |
getCmsketchWidth()
optional int32 cmsketch_width = 6; |
ColumnInfo |
getColumnsInfo(int index)
columns_info is the info of all the columns that needs to be analyzed.
|
int |
getColumnsInfoCount()
columns_info is the info of all the columns that needs to be analyzed.
|
List<ColumnInfo> |
getColumnsInfoList()
columns_info is the info of all the columns that needs to be analyzed.
|
ColumnInfoOrBuilder |
getColumnsInfoOrBuilder(int index)
columns_info is the info of all the columns that needs to be analyzed.
|
List<? extends ColumnInfoOrBuilder> |
getColumnsInfoOrBuilderList()
columns_info is the info of all the columns that needs to be analyzed.
|
long |
getSampleSize()
sample_size is the max number of samples that will be collected.
|
long |
getSketchSize()
sketch_size is the max sketch size.
|
boolean |
hasBucketSize()
bucket_size is the max histograms bucket size, we need this because when primary key is handle,
the histogram will be directly built.
|
boolean |
hasCmsketchDepth()
optional int32 cmsketch_depth = 5; |
boolean |
hasCmsketchWidth()
optional int32 cmsketch_width = 6; |
boolean |
hasSampleSize()
sample_size is the max number of samples that will be collected.
|
boolean |
hasSketchSize()
sketch_size is the max sketch size.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBucketSize()
bucket_size is the max histograms bucket size, we need this because when primary key is handle, the histogram will be directly built.
optional int64 bucket_size = 1 [(.gogoproto.nullable) = false];
long getBucketSize()
bucket_size is the max histograms bucket size, we need this because when primary key is handle, the histogram will be directly built.
optional int64 bucket_size = 1 [(.gogoproto.nullable) = false];
boolean hasSampleSize()
sample_size is the max number of samples that will be collected.
optional int64 sample_size = 2 [(.gogoproto.nullable) = false];
long getSampleSize()
sample_size is the max number of samples that will be collected.
optional int64 sample_size = 2 [(.gogoproto.nullable) = false];
boolean hasSketchSize()
sketch_size is the max sketch size.
optional int64 sketch_size = 3 [(.gogoproto.nullable) = false];
long getSketchSize()
sketch_size is the max sketch size.
optional int64 sketch_size = 3 [(.gogoproto.nullable) = false];
List<ColumnInfo> getColumnsInfoList()
columns_info is the info of all the columns that needs to be analyzed.
repeated .tipb.ColumnInfo columns_info = 4;
ColumnInfo getColumnsInfo(int index)
columns_info is the info of all the columns that needs to be analyzed.
repeated .tipb.ColumnInfo columns_info = 4;
int getColumnsInfoCount()
columns_info is the info of all the columns that needs to be analyzed.
repeated .tipb.ColumnInfo columns_info = 4;
List<? extends ColumnInfoOrBuilder> getColumnsInfoOrBuilderList()
columns_info is the info of all the columns that needs to be analyzed.
repeated .tipb.ColumnInfo columns_info = 4;
ColumnInfoOrBuilder getColumnsInfoOrBuilder(int index)
columns_info is the info of all the columns that needs to be analyzed.
repeated .tipb.ColumnInfo columns_info = 4;
boolean hasCmsketchDepth()
optional int32 cmsketch_depth = 5;
int getCmsketchDepth()
optional int32 cmsketch_depth = 5;
boolean hasCmsketchWidth()
optional int32 cmsketch_width = 6;
int getCmsketchWidth()
optional int32 cmsketch_width = 6;
Copyright © 2024 PingCAP. All rights reserved.