com.pingcap.tidb.tipb.RowOrBuilder Maven / Gradle / Ivy
// 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