public static interface PlanProto.WinFunctionEvalSpec.WindowFrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PlanProto.WinFunctionEvalSpec.WindowEndBound |
getEndBound()
required .WinFunctionEvalSpec.WindowEndBound endBound = 2; |
PlanProto.WinFunctionEvalSpec.WindowEndBoundOrBuilder |
getEndBoundOrBuilder()
required .WinFunctionEvalSpec.WindowEndBound endBound = 2; |
PlanProto.WinFunctionEvalSpec.WindowStartBound |
getStartBound()
required .WinFunctionEvalSpec.WindowStartBound startBound = 1; |
PlanProto.WinFunctionEvalSpec.WindowStartBoundOrBuilder |
getStartBoundOrBuilder()
required .WinFunctionEvalSpec.WindowStartBound startBound = 1; |
PlanProto.WinFunctionEvalSpec.WindowFrameUnit |
getUnit()
optional .WinFunctionEvalSpec.WindowFrameUnit unit = 3; |
boolean |
hasEndBound()
required .WinFunctionEvalSpec.WindowEndBound endBound = 2; |
boolean |
hasStartBound()
required .WinFunctionEvalSpec.WindowStartBound startBound = 1; |
boolean |
hasUnit()
optional .WinFunctionEvalSpec.WindowFrameUnit unit = 3; |
boolean hasStartBound()
required .WinFunctionEvalSpec.WindowStartBound startBound = 1;PlanProto.WinFunctionEvalSpec.WindowStartBound getStartBound()
required .WinFunctionEvalSpec.WindowStartBound startBound = 1;PlanProto.WinFunctionEvalSpec.WindowStartBoundOrBuilder getStartBoundOrBuilder()
required .WinFunctionEvalSpec.WindowStartBound startBound = 1;boolean hasEndBound()
required .WinFunctionEvalSpec.WindowEndBound endBound = 2;PlanProto.WinFunctionEvalSpec.WindowEndBound getEndBound()
required .WinFunctionEvalSpec.WindowEndBound endBound = 2;PlanProto.WinFunctionEvalSpec.WindowEndBoundOrBuilder getEndBoundOrBuilder()
required .WinFunctionEvalSpec.WindowEndBound endBound = 2;boolean hasUnit()
optional .WinFunctionEvalSpec.WindowFrameUnit unit = 3;PlanProto.WinFunctionEvalSpec.WindowFrameUnit getUnit()
optional .WinFunctionEvalSpec.WindowFrameUnit unit = 3;Copyright © 2015 Apache Software Foundation. All Rights Reserved.