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