com.pingcap.tidb.tipb.CMSketchTopNOrBuilder Maven / Gradle / Ivy
// 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