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

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

  /**
   * optional bytes data = 1;
   */
  boolean hasData();
  /**
   * optional bytes data = 1;
   */
  com.google.protobuf.ByteString getData();

  /**
   * optional uint64 count = 2 [(.gogoproto.nullable) = false];
   */
  boolean hasCount();
  /**
   * optional uint64 count = 2 [(.gogoproto.nullable) = false];
   */
  long getCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy