com.pingcap.tidb.tipb.TopNOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: executor.proto
package com.pingcap.tidb.tipb;
public interface TopNOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.TopN)
com.google.protobuf.MessageOrBuilder {
/**
*
* Order by clause.
*
*
* repeated .tipb.ByItem order_by = 1;
*/
java.util.List
getOrderByList();
/**
*
* Order by clause.
*
*
* repeated .tipb.ByItem order_by = 1;
*/
com.pingcap.tidb.tipb.ByItem getOrderBy(int index);
/**
*
* Order by clause.
*
*
* repeated .tipb.ByItem order_by = 1;
*/
int getOrderByCount();
/**
*
* Order by clause.
*
*
* repeated .tipb.ByItem order_by = 1;
*/
java.util.List extends com.pingcap.tidb.tipb.ByItemOrBuilder>
getOrderByOrBuilderList();
/**
*
* Order by clause.
*
*
* repeated .tipb.ByItem order_by = 1;
*/
com.pingcap.tidb.tipb.ByItemOrBuilder getOrderByOrBuilder(
int index);
/**
* optional uint64 limit = 2 [(.gogoproto.nullable) = false];
*/
boolean hasLimit();
/**
* optional uint64 limit = 2 [(.gogoproto.nullable) = false];
*/
long getLimit();
/**
* optional .tipb.Executor child = 3;
*/
boolean hasChild();
/**
* optional .tipb.Executor child = 3;
*/
com.pingcap.tidb.tipb.Executor getChild();
/**
* optional .tipb.Executor child = 3;
*/
com.pingcap.tidb.tipb.ExecutorOrBuilder getChildOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy