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