com.pingcap.tidb.tipb.LimitOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: executor.proto
package com.pingcap.tidb.tipb;
public interface LimitOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.Limit)
com.google.protobuf.MessageOrBuilder {
/**
*
* Limit the result to be returned.
*
*
* optional uint64 limit = 1 [(.gogoproto.nullable) = false];
*/
boolean hasLimit();
/**
*
* Limit the result to be returned.
*
*
* optional uint64 limit = 1 [(.gogoproto.nullable) = false];
*/
long getLimit();
/**
* optional .tipb.Executor child = 2;
*/
boolean hasChild();
/**
* optional .tipb.Executor child = 2;
*/
com.pingcap.tidb.tipb.Executor getChild();
/**
* optional .tipb.Executor child = 2;
*/
com.pingcap.tidb.tipb.ExecutorOrBuilder getChildOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy