PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.clear() |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.clearBoundType()
required .WinFunctionEvalSpec.WindowFrameEndBoundType boundType = 1;
|
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.clearNumber()
optional .EvalNodeTree number = 2;
|
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.clone() |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowFrame.Builder.getEndBoundBuilder()
required .WinFunctionEvalSpec.WindowEndBound endBound = 2;
|
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.mergeFrom(com.google.protobuf.Message other) |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.mergeFrom(PlanProto.WinFunctionEvalSpec.WindowEndBound other) |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.mergeNumber(PlanProto.EvalNodeTree value)
optional .EvalNodeTree number = 2;
|
static PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.newBuilder() |
static PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.newBuilder(PlanProto.WinFunctionEvalSpec.WindowEndBound prototype) |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.newBuilderForType() |
protected PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.setBoundType(PlanProto.WinFunctionEvalSpec.WindowFrameEndBoundType value)
required .WinFunctionEvalSpec.WindowFrameEndBoundType boundType = 1;
|
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.setNumber(PlanProto.EvalNodeTree.Builder builderForValue)
optional .EvalNodeTree number = 2;
|
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder.setNumber(PlanProto.EvalNodeTree value)
optional .EvalNodeTree number = 2;
|
PlanProto.WinFunctionEvalSpec.WindowEndBound.Builder |
PlanProto.WinFunctionEvalSpec.WindowEndBound.toBuilder() |