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

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

  /**
   * optional uint64 mask = 1 [(.gogoproto.nullable) = false];
   */
  boolean hasMask();
  /**
   * optional uint64 mask = 1 [(.gogoproto.nullable) = false];
   */
  long getMask();

  /**
   * repeated uint64 hashset = 2;
   */
  java.util.List getHashsetList();
  /**
   * repeated uint64 hashset = 2;
   */
  int getHashsetCount();
  /**
   * repeated uint64 hashset = 2;
   */
  long getHashset(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy