public static interface PlanProto.WinFunctionEvalSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CatalogProtos.SortSpecProto |
getSortSpec(int index)
repeated .SortSpecProto sortSpec = 1; |
int |
getSortSpecCount()
repeated .SortSpecProto sortSpec = 1; |
List<CatalogProtos.SortSpecProto> |
getSortSpecList()
repeated .SortSpecProto sortSpec = 1; |
CatalogProtos.SortSpecProtoOrBuilder |
getSortSpecOrBuilder(int index)
repeated .SortSpecProto sortSpec = 1; |
List<? extends CatalogProtos.SortSpecProtoOrBuilder> |
getSortSpecOrBuilderList()
repeated .SortSpecProto sortSpec = 1; |
PlanProto.WinFunctionEvalSpec.WindowFrame |
getWindowFrame()
required .WinFunctionEvalSpec.WindowFrame windowFrame = 2; |
PlanProto.WinFunctionEvalSpec.WindowFrameOrBuilder |
getWindowFrameOrBuilder()
required .WinFunctionEvalSpec.WindowFrame windowFrame = 2; |
boolean |
hasWindowFrame()
required .WinFunctionEvalSpec.WindowFrame windowFrame = 2; |
List<CatalogProtos.SortSpecProto> getSortSpecList()
repeated .SortSpecProto sortSpec = 1;CatalogProtos.SortSpecProto getSortSpec(int index)
repeated .SortSpecProto sortSpec = 1;int getSortSpecCount()
repeated .SortSpecProto sortSpec = 1;List<? extends CatalogProtos.SortSpecProtoOrBuilder> getSortSpecOrBuilderList()
repeated .SortSpecProto sortSpec = 1;CatalogProtos.SortSpecProtoOrBuilder getSortSpecOrBuilder(int index)
repeated .SortSpecProto sortSpec = 1;boolean hasWindowFrame()
required .WinFunctionEvalSpec.WindowFrame windowFrame = 2;PlanProto.WinFunctionEvalSpec.WindowFrame getWindowFrame()
required .WinFunctionEvalSpec.WindowFrame windowFrame = 2;PlanProto.WinFunctionEvalSpec.WindowFrameOrBuilder getWindowFrameOrBuilder()
required .WinFunctionEvalSpec.WindowFrame windowFrame = 2;Copyright © 2015 Apache Software Foundation. All Rights Reserved.