PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.clear() |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.clearEmptyResultSet() |
This is only needed for explain
For actual execution we don't even bother generating a plan
If this is set, nothing else will be set
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.clearHeader() |
Header first
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.clearRootNode() |
The root operator - this is the last operator
In other words, the data that comes out of here is what is returned to the caller
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.clearType() |
The type of the plan
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.clone() |
|
PlanProtocol.PlanMessage.Builder |
ClientWireProtocol.ExplainResponse.Builder.getPlanBuilder() |
.xg.db.sqlPlans.PlanMessage plan = 2;
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.mergeFrom(PlanProtocol.PlanMessage other) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.mergeHeader(PlanProtocol.PlanHeader value) |
Header first
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.mergeRootNode(PlanProtocol.Operator value) |
The root operator - this is the last operator
In other words, the data that comes out of here is what is returned to the caller
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.newBuilder() |
|
static PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.newBuilder(PlanProtocol.PlanMessage prototype) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.newBuilderForType() |
|
protected PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.setEmptyResultSet(boolean value) |
This is only needed for explain
For actual execution we don't even bother generating a plan
If this is set, nothing else will be set
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.setHeader(PlanProtocol.PlanHeader value) |
Header first
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.setHeader(PlanProtocol.PlanHeader.Builder builderForValue) |
Header first
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.setRootNode(PlanProtocol.Operator value) |
The root operator - this is the last operator
In other words, the data that comes out of here is what is returned to the caller
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.setRootNode(PlanProtocol.Operator.Builder builderForValue) |
The root operator - this is the last operator
In other words, the data that comes out of here is what is returned to the caller
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.setType(PlanProtocol.PlanMessage.PlanType value) |
The type of the plan
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.setTypeValue(int value) |
The type of the plan
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
PlanProtocol.PlanMessage.Builder |
PlanProtocol.PlanMessage.toBuilder() |
|