com.pingcap.tidb.tipb.CMSketchRowOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: analyze.proto
package com.pingcap.tidb.tipb;
public interface CMSketchRowOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.CMSketchRow)
com.google.protobuf.MessageOrBuilder {
/**
* repeated uint32 counters = 1;
*/
java.util.List getCountersList();
/**
* repeated uint32 counters = 1;
*/
int getCountersCount();
/**
* repeated uint32 counters = 1;
*/
int getCounters(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy