| Package | Description |
|---|---|
| com.pingcap.tidb.tipb | |
| org.tikv.common.expression |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<ByItem> |
ByItem.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ByItem |
ByItem.Builder.build() |
ByItem |
ByItem.Builder.buildPartial() |
static ByItem |
ByItem.getDefaultInstance() |
ByItem |
ByItem.getDefaultInstanceForType() |
ByItem |
ByItem.Builder.getDefaultInstanceForType() |
ByItem |
TopN.getOrderBy(int index)
Order by clause.
|
ByItem |
TopN.Builder.getOrderBy(int index)
Order by clause.
|
ByItem |
TopNOrBuilder.getOrderBy(int index)
Order by clause.
|
static ByItem |
ByItem.parseDelimitedFrom(InputStream input) |
static ByItem |
ByItem.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByItem |
ByItem.parseFrom(byte[] data) |
static ByItem |
ByItem.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByItem |
ByItem.parseFrom(ByteBuffer data) |
static ByItem |
ByItem.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByItem |
ByItem.parseFrom(com.google.protobuf.ByteString data) |
static ByItem |
ByItem.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByItem |
ByItem.parseFrom(com.google.protobuf.CodedInputStream input) |
static ByItem |
ByItem.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ByItem |
ByItem.parseFrom(InputStream input) |
static ByItem |
ByItem.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ByItem> |
TopN.getOrderByList()
Order by clause.
|
List<ByItem> |
TopN.Builder.getOrderByList()
Order by clause.
|
List<ByItem> |
TopNOrBuilder.getOrderByList()
Order by clause.
|
com.google.protobuf.Parser<ByItem> |
ByItem.getParserForType() |
static com.google.protobuf.Parser<ByItem> |
ByItem.parser() |
| Modifier and Type | Method and Description |
|---|---|
TopN.Builder |
TopN.Builder.addOrderBy(ByItem value)
Order by clause.
|
TopN.Builder |
TopN.Builder.addOrderBy(int index,
ByItem value)
Order by clause.
|
ByItem.Builder |
ByItem.Builder.mergeFrom(ByItem other) |
static ByItem.Builder |
ByItem.newBuilder(ByItem prototype) |
TopN.Builder |
TopN.Builder.setOrderBy(int index,
ByItem value)
Order by clause.
|
| Modifier and Type | Method and Description |
|---|---|
TopN.Builder |
TopN.Builder.addAllOrderBy(Iterable<? extends ByItem> values)
Order by clause.
|
| Modifier and Type | Method and Description |
|---|---|
ByItem |
ByItem.toProto(Object context) |
Copyright © 2025 PingCAP. All rights reserved.