All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pingcap.tidb.tipb.AnalyzeIndexReqOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: analyze.proto

package com.pingcap.tidb.tipb;

public interface AnalyzeIndexReqOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tipb.AnalyzeIndexReq)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * bucket_size is the max histograms bucket size.
   * 
* * optional int64 bucket_size = 1 [(.gogoproto.nullable) = false]; */ boolean hasBucketSize(); /** *
   * bucket_size is the max histograms bucket size.
   * 
* * optional int64 bucket_size = 1 [(.gogoproto.nullable) = false]; */ long getBucketSize(); /** *
   * num_columns is the number of columns in the index.
   * 
* * optional int32 num_columns = 2 [(.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(); /** * optional int32 cmsketch_depth = 3; */ boolean hasCmsketchDepth(); /** * optional int32 cmsketch_depth = 3; */ int getCmsketchDepth(); /** * optional int32 cmsketch_width = 4; */ boolean hasCmsketchWidth(); /** * optional int32 cmsketch_width = 4; */ int getCmsketchWidth(); /** * optional int64 sample_size = 5 [(.gogoproto.nullable) = false]; */ boolean hasSampleSize(); /** * optional int64 sample_size = 5 [(.gogoproto.nullable) = false]; */ long getSampleSize(); /** * optional int64 sketch_size = 6 [(.gogoproto.nullable) = false]; */ boolean hasSketchSize(); /** * optional int64 sketch_size = 6 [(.gogoproto.nullable) = false]; */ long getSketchSize(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy