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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: analyze.proto

package com.pingcap.tidb.tipb;

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

  /**
   * 
   * ndv is the number of distinct values.
   * 
* * optional int64 ndv = 1 [(.gogoproto.nullable) = false]; */ boolean hasNdv(); /** *
   * ndv is the number of distinct values.
   * 
* * optional int64 ndv = 1 [(.gogoproto.nullable) = false]; */ long getNdv(); /** *
   * buckets represents all the buckets.
   * 
* * repeated .tipb.Bucket buckets = 2; */ java.util.List getBucketsList(); /** *
   * buckets represents all the buckets.
   * 
* * repeated .tipb.Bucket buckets = 2; */ com.pingcap.tidb.tipb.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; */ java.util.List getBucketsOrBuilderList(); /** *
   * buckets represents all the buckets.
   * 
* * repeated .tipb.Bucket buckets = 2; */ com.pingcap.tidb.tipb.BucketOrBuilder getBucketsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy