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

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

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

package com.pingcap.tidb.tipb;

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

  /**
   * optional int64 handle = 1 [(.gogoproto.nullable) = false];
   */
  boolean hasHandle();
  /**
   * optional int64 handle = 1 [(.gogoproto.nullable) = false];
   */
  long getHandle();

  /**
   * optional int64 length = 2 [(.gogoproto.nullable) = false];
   */
  boolean hasLength();
  /**
   * optional int64 length = 2 [(.gogoproto.nullable) = false];
   */
  long getLength();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy