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

com.pingcap.tidb.tipb.KeyRangeOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: schema.proto

package com.pingcap.tidb.tipb;

public interface KeyRangeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tipb.KeyRange)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional bytes low = 1;
   */
  boolean hasLow();
  /**
   * optional bytes low = 1;
   */
  com.google.protobuf.ByteString getLow();

  /**
   * optional bytes high = 2;
   */
  boolean hasHigh();
  /**
   * optional bytes high = 2;
   */
  com.google.protobuf.ByteString getHigh();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy