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

com.pingcap.tidb.tipb.BucketOrBuilder 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 BucketOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tipb.Bucket)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 count = 1 [(.gogoproto.nullable) = false];
   */
  boolean hasCount();
  /**
   * optional int64 count = 1 [(.gogoproto.nullable) = false];
   */
  long getCount();

  /**
   * optional bytes lower_bound = 2;
   */
  boolean hasLowerBound();
  /**
   * optional bytes lower_bound = 2;
   */
  com.google.protobuf.ByteString getLowerBound();

  /**
   * optional bytes upper_bound = 3;
   */
  boolean hasUpperBound();
  /**
   * optional bytes upper_bound = 3;
   */
  com.google.protobuf.ByteString getUpperBound();

  /**
   * optional int64 repeats = 4 [(.gogoproto.nullable) = false];
   */
  boolean hasRepeats();
  /**
   * optional int64 repeats = 4 [(.gogoproto.nullable) = false];
   */
  long getRepeats();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy