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

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

  /**
   * optional bytes handle = 1;
   */
  boolean hasHandle();
  /**
   * optional bytes handle = 1;
   */
  com.google.protobuf.ByteString getHandle();

  /**
   * optional bytes data = 2;
   */
  boolean hasData();
  /**
   * optional bytes data = 2;
   */
  com.google.protobuf.ByteString getData();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy