public interface TopNOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getLimit()
optional uint64 limit = 2 [(.gogoproto.nullable) = false]; |
ByItem |
getOrderBy(int index)
Order by clause.
|
int |
getOrderByCount()
Order by clause.
|
List<ByItem> |
getOrderByList()
Order by clause.
|
ByItemOrBuilder |
getOrderByOrBuilder(int index)
Order by clause.
|
List<? extends ByItemOrBuilder> |
getOrderByOrBuilderList()
Order by clause.
|
boolean |
hasLimit()
optional uint64 limit = 2 [(.gogoproto.nullable) = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
ByItem getOrderBy(int index)
Order by clause.
repeated .tipb.ByItem order_by = 1;
int getOrderByCount()
Order by clause.
repeated .tipb.ByItem order_by = 1;
List<? extends ByItemOrBuilder> getOrderByOrBuilderList()
Order by clause.
repeated .tipb.ByItem order_by = 1;
ByItemOrBuilder getOrderByOrBuilder(int index)
Order by clause.
repeated .tipb.ByItem order_by = 1;
boolean hasLimit()
optional uint64 limit = 2 [(.gogoproto.nullable) = false];
long getLimit()
optional uint64 limit = 2 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.