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

com.pingcap.tidb.tipb.CMSketchRowOrBuilder 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 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