public static interface PlanProto.SortNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getChildSeq()
required int32 childSeq = 1; |
CatalogProtos.SortSpecProto |
getSortSpecs(int index)
repeated .SortSpecProto sortSpecs = 2; |
int |
getSortSpecsCount()
repeated .SortSpecProto sortSpecs = 2; |
List<CatalogProtos.SortSpecProto> |
getSortSpecsList()
repeated .SortSpecProto sortSpecs = 2; |
CatalogProtos.SortSpecProtoOrBuilder |
getSortSpecsOrBuilder(int index)
repeated .SortSpecProto sortSpecs = 2; |
List<? extends CatalogProtos.SortSpecProtoOrBuilder> |
getSortSpecsOrBuilderList()
repeated .SortSpecProto sortSpecs = 2; |
boolean |
hasChildSeq()
required int32 childSeq = 1; |
boolean hasChildSeq()
required int32 childSeq = 1;int getChildSeq()
required int32 childSeq = 1;List<CatalogProtos.SortSpecProto> getSortSpecsList()
repeated .SortSpecProto sortSpecs = 2;CatalogProtos.SortSpecProto getSortSpecs(int index)
repeated .SortSpecProto sortSpecs = 2;int getSortSpecsCount()
repeated .SortSpecProto sortSpecs = 2;List<? extends CatalogProtos.SortSpecProtoOrBuilder> getSortSpecsOrBuilderList()
repeated .SortSpecProto sortSpecs = 2;CatalogProtos.SortSpecProtoOrBuilder getSortSpecsOrBuilder(int index)
repeated .SortSpecProto sortSpecs = 2;Copyright © 2015 Apache Software Foundation. All Rights Reserved.