getParserForType() {
return PARSER;
}
- @Override
- public SessionInfos getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.SessionInfos getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -2530,7 +2530,7 @@ public interface TableInfoOrBuilder extends
* required .Polarx.Datatypes.Scalar name = 2;
* @return The name.
*/
- PolarxDatatypes.Scalar getName();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getName();
/**
*
* Need support string and place holder.
@@ -2538,7 +2538,7 @@ public interface TableInfoOrBuilder extends
*
* required .Polarx.Datatypes.Scalar name = 2;
*/
- PolarxDatatypes.ScalarOrBuilder getNameOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getNameOrBuilder();
/**
*
@@ -2557,7 +2557,7 @@ public interface TableInfoOrBuilder extends
* optional .Polarx.Datatypes.Scalar schema_name = 3;
* @return The schemaName.
*/
- PolarxDatatypes.Scalar getSchemaName();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getSchemaName();
/**
*
* Need support string and place holder.
@@ -2565,7 +2565,7 @@ public interface TableInfoOrBuilder extends
*
* optional .Polarx.Datatypes.Scalar schema_name = 3;
*/
- PolarxDatatypes.ScalarOrBuilder getSchemaNameOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getSchemaNameOrBuilder();
}
/**
* Protobuf type {@code Polarx.ExecPlan.TableInfo}
@@ -2574,7 +2574,7 @@ public static final class TableInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.TableInfo)
TableInfoOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use TableInfo.newBuilder() to construct.
private TableInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -2582,14 +2582,14 @@ private TableInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
private TableInfo() {
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new TableInfo();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -2600,7 +2600,7 @@ private TableInfo(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -2610,47 +2610,47 @@ private TableInfo(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
- done = true;
- break;
- case 8: {
- bitField0_ |= 0x00000001;
- version_ = input.readInt64();
- break;
+ case 0:
+ done = true;
+ break;
+ case 8: {
+ bitField0_ |= 0x00000001;
+ version_ = input.readInt64();
+ break;
+ }
+ case 18: {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000002) != 0)) {
+ subBuilder = name_.toBuilder();
}
- case 18: {
- PolarxDatatypes.Scalar.Builder subBuilder = null;
- if (((bitField0_ & 0x00000002) != 0)) {
- subBuilder = name_.toBuilder();
- }
- name_ = input.readMessage(PolarxDatatypes.Scalar.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(name_);
- name_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000002;
- break;
+ name_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(name_);
+ name_ = subBuilder.buildPartial();
}
- case 26: {
- PolarxDatatypes.Scalar.Builder subBuilder = null;
- if (((bitField0_ & 0x00000004) != 0)) {
- subBuilder = schemaName_.toBuilder();
- }
- schemaName_ = input.readMessage(PolarxDatatypes.Scalar.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(schemaName_);
- schemaName_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000004;
- break;
+ bitField0_ |= 0x00000002;
+ break;
+ }
+ case 26: {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000004) != 0)) {
+ subBuilder = schemaName_.toBuilder();
+ }
+ schemaName_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(schemaName_);
+ schemaName_ = subBuilder.buildPartial();
}
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
+ bitField0_ |= 0x00000004;
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
}
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2664,16 +2664,16 @@ private TableInfo(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableInfo_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableInfo_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableInfo_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- TableInfo.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.class, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder.class);
}
private int bitField0_;
@@ -2703,7 +2703,7 @@ public long getVersion() {
}
public static final int NAME_FIELD_NUMBER = 2;
- private PolarxDatatypes.Scalar name_;
+ private com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar name_;
/**
*
* Need support string and place holder.
@@ -2723,8 +2723,8 @@ public boolean hasName() {
* required .Polarx.Datatypes.Scalar name = 2;
* @return The name.
*/
- public PolarxDatatypes.Scalar getName() {
- return name_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : name_;
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getName() {
+ return name_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : name_;
}
/**
*
@@ -2733,12 +2733,12 @@ public PolarxDatatypes.Scalar getName() {
*
* required .Polarx.Datatypes.Scalar name = 2;
*/
- public PolarxDatatypes.ScalarOrBuilder getNameOrBuilder() {
- return name_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : name_;
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getNameOrBuilder() {
+ return name_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : name_;
}
public static final int SCHEMA_NAME_FIELD_NUMBER = 3;
- private PolarxDatatypes.Scalar schemaName_;
+ private com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar schemaName_;
/**
*
* Need support string and place holder.
@@ -2758,8 +2758,8 @@ public boolean hasSchemaName() {
* optional .Polarx.Datatypes.Scalar schema_name = 3;
* @return The schemaName.
*/
- public PolarxDatatypes.Scalar getSchemaName() {
- return schemaName_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : schemaName_;
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getSchemaName() {
+ return schemaName_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : schemaName_;
}
/**
*
@@ -2768,12 +2768,12 @@ public PolarxDatatypes.Scalar getSchemaName() {
*
* optional .Polarx.Datatypes.Scalar schema_name = 3;
*/
- public PolarxDatatypes.ScalarOrBuilder getSchemaNameOrBuilder() {
- return schemaName_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : schemaName_;
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getSchemaNameOrBuilder() {
+ return schemaName_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : schemaName_;
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -2797,9 +2797,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeInt64(1, version_);
}
@@ -2812,7 +2812,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -2820,30 +2820,30 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeInt64Size(1, version_);
+ .computeInt64Size(1, version_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(2, getName());
+ .computeMessageSize(2, getName());
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(3, getSchemaName());
+ .computeMessageSize(3, getSchemaName());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof TableInfo)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo)) {
return super.equals(obj);
}
- TableInfo other = (TableInfo) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo other = (com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo) obj;
if (hasVersion() != other.hasVersion()) return false;
if (hasVersion()) {
@@ -2864,7 +2864,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -2889,69 +2889,69 @@ public int hashCode() {
return hash;
}
- public static TableInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static TableInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static TableInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static TableInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static TableInfo parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static TableInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static TableInfo parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static TableInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static TableInfo parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static TableInfo parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static TableInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static TableInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -2959,23 +2959,23 @@ public static TableInfo parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(TableInfo prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -2985,18 +2985,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.TableInfo)
- TableInfoOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableInfo_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableInfo_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableInfo_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- TableInfo.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.class, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.newBuilder()
@@ -3005,18 +3005,18 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
getNameFieldBuilder();
getSchemaNameFieldBuilder();
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
version_ = 0L;
@@ -3036,29 +3036,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableInfo_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableInfo_descriptor;
}
- @Override
- public TableInfo getDefaultInstanceForType() {
- return TableInfo.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance();
}
- @Override
- public TableInfo build() {
- TableInfo result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public TableInfo buildPartial() {
- TableInfo result = new TableInfo(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo result = new com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -3086,50 +3086,50 @@ public TableInfo buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof TableInfo) {
- return mergeFrom((TableInfo)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(TableInfo other) {
- if (other == TableInfo.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance()) return this;
if (other.hasVersion()) {
setVersion(other.getVersion());
}
@@ -3144,7 +3144,7 @@ public Builder mergeFrom(TableInfo other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (!hasName()) {
return false;
@@ -3160,16 +3160,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- TableInfo parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (TableInfo) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -3233,9 +3233,9 @@ public Builder clearVersion() {
return this;
}
- private PolarxDatatypes.Scalar name_;
+ private com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar name_;
private com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder> nameBuilder_;
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder> nameBuilder_;
/**
*
* Need support string and place holder.
@@ -3255,9 +3255,9 @@ public boolean hasName() {
* required .Polarx.Datatypes.Scalar name = 2;
* @return The name.
*/
- public PolarxDatatypes.Scalar getName() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getName() {
if (nameBuilder_ == null) {
- return name_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : name_;
+ return name_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : name_;
} else {
return nameBuilder_.getMessage();
}
@@ -3269,7 +3269,7 @@ public PolarxDatatypes.Scalar getName() {
*
* required .Polarx.Datatypes.Scalar name = 2;
*/
- public Builder setName(PolarxDatatypes.Scalar value) {
+ public Builder setName(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value) {
if (nameBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -3290,7 +3290,7 @@ public Builder setName(PolarxDatatypes.Scalar value) {
* required .Polarx.Datatypes.Scalar name = 2;
*/
public Builder setName(
- PolarxDatatypes.Scalar.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder builderForValue) {
if (nameBuilder_ == null) {
name_ = builderForValue.build();
onChanged();
@@ -3307,13 +3307,13 @@ public Builder setName(
*
* required .Polarx.Datatypes.Scalar name = 2;
*/
- public Builder mergeName(PolarxDatatypes.Scalar value) {
+ public Builder mergeName(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value) {
if (nameBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
name_ != null &&
- name_ != PolarxDatatypes.Scalar.getDefaultInstance()) {
+ name_ != com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance()) {
name_ =
- PolarxDatatypes.Scalar.newBuilder(name_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.newBuilder(name_).mergeFrom(value).buildPartial();
} else {
name_ = value;
}
@@ -3348,7 +3348,7 @@ public Builder clearName() {
*
* required .Polarx.Datatypes.Scalar name = 2;
*/
- public PolarxDatatypes.Scalar.Builder getNameBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder getNameBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getNameFieldBuilder().getBuilder();
@@ -3360,12 +3360,12 @@ public PolarxDatatypes.Scalar.Builder getNameBuilder() {
*
* required .Polarx.Datatypes.Scalar name = 2;
*/
- public PolarxDatatypes.ScalarOrBuilder getNameOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getNameOrBuilder() {
if (nameBuilder_ != null) {
return nameBuilder_.getMessageOrBuilder();
} else {
return name_ == null ?
- PolarxDatatypes.Scalar.getDefaultInstance() : name_;
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : name_;
}
}
/**
@@ -3376,22 +3376,22 @@ public PolarxDatatypes.ScalarOrBuilder getNameOrBuilder() {
* required .Polarx.Datatypes.Scalar name = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder>
- getNameFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>
+ getNameFieldBuilder() {
if (nameBuilder_ == null) {
nameBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder>(
- getName(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>(
+ getName(),
+ getParentForChildren(),
+ isClean());
name_ = null;
}
return nameBuilder_;
}
- private PolarxDatatypes.Scalar schemaName_;
+ private com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar schemaName_;
private com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder> schemaNameBuilder_;
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder> schemaNameBuilder_;
/**
*
* Need support string and place holder.
@@ -3411,9 +3411,9 @@ public boolean hasSchemaName() {
* optional .Polarx.Datatypes.Scalar schema_name = 3;
* @return The schemaName.
*/
- public PolarxDatatypes.Scalar getSchemaName() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getSchemaName() {
if (schemaNameBuilder_ == null) {
- return schemaName_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : schemaName_;
+ return schemaName_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : schemaName_;
} else {
return schemaNameBuilder_.getMessage();
}
@@ -3425,7 +3425,7 @@ public PolarxDatatypes.Scalar getSchemaName() {
*
* optional .Polarx.Datatypes.Scalar schema_name = 3;
*/
- public Builder setSchemaName(PolarxDatatypes.Scalar value) {
+ public Builder setSchemaName(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value) {
if (schemaNameBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -3446,7 +3446,7 @@ public Builder setSchemaName(PolarxDatatypes.Scalar value) {
* optional .Polarx.Datatypes.Scalar schema_name = 3;
*/
public Builder setSchemaName(
- PolarxDatatypes.Scalar.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder builderForValue) {
if (schemaNameBuilder_ == null) {
schemaName_ = builderForValue.build();
onChanged();
@@ -3463,13 +3463,13 @@ public Builder setSchemaName(
*
* optional .Polarx.Datatypes.Scalar schema_name = 3;
*/
- public Builder mergeSchemaName(PolarxDatatypes.Scalar value) {
+ public Builder mergeSchemaName(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value) {
if (schemaNameBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
schemaName_ != null &&
- schemaName_ != PolarxDatatypes.Scalar.getDefaultInstance()) {
+ schemaName_ != com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance()) {
schemaName_ =
- PolarxDatatypes.Scalar.newBuilder(schemaName_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.newBuilder(schemaName_).mergeFrom(value).buildPartial();
} else {
schemaName_ = value;
}
@@ -3504,7 +3504,7 @@ public Builder clearSchemaName() {
*
* optional .Polarx.Datatypes.Scalar schema_name = 3;
*/
- public PolarxDatatypes.Scalar.Builder getSchemaNameBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder getSchemaNameBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getSchemaNameFieldBuilder().getBuilder();
@@ -3516,12 +3516,12 @@ public PolarxDatatypes.Scalar.Builder getSchemaNameBuilder() {
*
* optional .Polarx.Datatypes.Scalar schema_name = 3;
*/
- public PolarxDatatypes.ScalarOrBuilder getSchemaNameOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getSchemaNameOrBuilder() {
if (schemaNameBuilder_ != null) {
return schemaNameBuilder_.getMessageOrBuilder();
} else {
return schemaName_ == null ?
- PolarxDatatypes.Scalar.getDefaultInstance() : schemaName_;
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : schemaName_;
}
}
/**
@@ -3532,25 +3532,25 @@ public PolarxDatatypes.ScalarOrBuilder getSchemaNameOrBuilder() {
* optional .Polarx.Datatypes.Scalar schema_name = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder>
- getSchemaNameFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>
+ getSchemaNameFieldBuilder() {
if (schemaNameBuilder_ == null) {
schemaNameBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder>(
- getSchemaName(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>(
+ getSchemaName(),
+ getParentForChildren(),
+ isClean());
schemaName_ = null;
}
return schemaNameBuilder_;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -3561,18 +3561,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.TableInfo)
- private static final TableInfo DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new TableInfo();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo();
}
- public static TableInfo getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public TableInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -3585,13 +3585,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public TableInfo getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -3618,7 +3618,7 @@ public interface IndexInfoOrBuilder extends
* required .Polarx.Datatypes.Scalar name = 1;
* @return The name.
*/
- PolarxDatatypes.Scalar getName();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getName();
/**
*
* Need support string and place holder.
@@ -3626,7 +3626,7 @@ public interface IndexInfoOrBuilder extends
*
* required .Polarx.Datatypes.Scalar name = 1;
*/
- PolarxDatatypes.ScalarOrBuilder getNameOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getNameOrBuilder();
/**
* optional int32 use_parts = 2;
@@ -3646,7 +3646,7 @@ public static final class IndexInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.IndexInfo)
IndexInfoOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use IndexInfo.newBuilder() to construct.
private IndexInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -3654,14 +3654,14 @@ private IndexInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
private IndexInfo() {
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new IndexInfo();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -3672,7 +3672,7 @@ private IndexInfo(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -3682,34 +3682,34 @@ private IndexInfo(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
- done = true;
- break;
- case 10: {
- PolarxDatatypes.Scalar.Builder subBuilder = null;
- if (((bitField0_ & 0x00000001) != 0)) {
- subBuilder = name_.toBuilder();
- }
- name_ = input.readMessage(PolarxDatatypes.Scalar.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(name_);
- name_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000001;
- break;
+ case 0:
+ done = true;
+ break;
+ case 10: {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000001) != 0)) {
+ subBuilder = name_.toBuilder();
}
- case 16: {
- bitField0_ |= 0x00000002;
- useParts_ = input.readInt32();
- break;
+ name_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(name_);
+ name_ = subBuilder.buildPartial();
}
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
+ bitField0_ |= 0x00000001;
+ break;
+ }
+ case 16: {
+ bitField0_ |= 0x00000002;
+ useParts_ = input.readInt32();
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
}
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -3723,21 +3723,21 @@ private IndexInfo(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_IndexInfo_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_IndexInfo_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_IndexInfo_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_IndexInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- IndexInfo.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.class, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder.class);
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
- private PolarxDatatypes.Scalar name_;
+ private com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar name_;
/**
*
* Need support string and place holder.
@@ -3757,8 +3757,8 @@ public boolean hasName() {
* required .Polarx.Datatypes.Scalar name = 1;
* @return The name.
*/
- public PolarxDatatypes.Scalar getName() {
- return name_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : name_;
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getName() {
+ return name_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : name_;
}
/**
*
@@ -3767,8 +3767,8 @@ public PolarxDatatypes.Scalar getName() {
*
* required .Polarx.Datatypes.Scalar name = 1;
*/
- public PolarxDatatypes.ScalarOrBuilder getNameOrBuilder() {
- return name_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : name_;
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getNameOrBuilder() {
+ return name_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : name_;
}
public static final int USE_PARTS_FIELD_NUMBER = 2;
@@ -3789,7 +3789,7 @@ public int getUseParts() {
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -3807,9 +3807,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getName());
}
@@ -3819,7 +3819,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -3827,26 +3827,26 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(1, getName());
+ .computeMessageSize(1, getName());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeInt32Size(2, useParts_);
+ .computeInt32Size(2, useParts_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof IndexInfo)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo)) {
return super.equals(obj);
}
- IndexInfo other = (IndexInfo) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo other = (com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo) obj;
if (hasName() != other.hasName()) return false;
if (hasName()) {
@@ -3862,7 +3862,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -3882,69 +3882,69 @@ public int hashCode() {
return hash;
}
- public static IndexInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static IndexInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static IndexInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static IndexInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static IndexInfo parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static IndexInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static IndexInfo parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static IndexInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static IndexInfo parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static IndexInfo parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static IndexInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static IndexInfo parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -3952,23 +3952,23 @@ public static IndexInfo parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(IndexInfo prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -3978,18 +3978,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.IndexInfo)
- IndexInfoOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_IndexInfo_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_IndexInfo_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_IndexInfo_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_IndexInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- IndexInfo.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.class, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.newBuilder()
@@ -3998,17 +3998,17 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
getNameFieldBuilder();
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
if (nameBuilder_ == null) {
@@ -4022,29 +4022,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_IndexInfo_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_IndexInfo_descriptor;
}
- @Override
- public IndexInfo getDefaultInstanceForType() {
- return IndexInfo.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance();
}
- @Override
- public IndexInfo build() {
- IndexInfo result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public IndexInfo buildPartial() {
- IndexInfo result = new IndexInfo(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo result = new com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -4064,50 +4064,50 @@ public IndexInfo buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof IndexInfo) {
- return mergeFrom((IndexInfo)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(IndexInfo other) {
- if (other == IndexInfo.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance()) return this;
if (other.hasName()) {
mergeName(other.getName());
}
@@ -4119,7 +4119,7 @@ public Builder mergeFrom(IndexInfo other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (!hasName()) {
return false;
@@ -4130,16 +4130,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- IndexInfo parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (IndexInfo) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -4150,9 +4150,9 @@ public Builder mergeFrom(
}
private int bitField0_;
- private PolarxDatatypes.Scalar name_;
+ private com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar name_;
private com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder> nameBuilder_;
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder> nameBuilder_;
/**
*
* Need support string and place holder.
@@ -4172,9 +4172,9 @@ public boolean hasName() {
* required .Polarx.Datatypes.Scalar name = 1;
* @return The name.
*/
- public PolarxDatatypes.Scalar getName() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getName() {
if (nameBuilder_ == null) {
- return name_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : name_;
+ return name_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : name_;
} else {
return nameBuilder_.getMessage();
}
@@ -4186,7 +4186,7 @@ public PolarxDatatypes.Scalar getName() {
*
* required .Polarx.Datatypes.Scalar name = 1;
*/
- public Builder setName(PolarxDatatypes.Scalar value) {
+ public Builder setName(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value) {
if (nameBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -4207,7 +4207,7 @@ public Builder setName(PolarxDatatypes.Scalar value) {
* required .Polarx.Datatypes.Scalar name = 1;
*/
public Builder setName(
- PolarxDatatypes.Scalar.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder builderForValue) {
if (nameBuilder_ == null) {
name_ = builderForValue.build();
onChanged();
@@ -4224,13 +4224,13 @@ public Builder setName(
*
* required .Polarx.Datatypes.Scalar name = 1;
*/
- public Builder mergeName(PolarxDatatypes.Scalar value) {
+ public Builder mergeName(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value) {
if (nameBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
name_ != null &&
- name_ != PolarxDatatypes.Scalar.getDefaultInstance()) {
+ name_ != com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance()) {
name_ =
- PolarxDatatypes.Scalar.newBuilder(name_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.newBuilder(name_).mergeFrom(value).buildPartial();
} else {
name_ = value;
}
@@ -4265,7 +4265,7 @@ public Builder clearName() {
*
* required .Polarx.Datatypes.Scalar name = 1;
*/
- public PolarxDatatypes.Scalar.Builder getNameBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder getNameBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getNameFieldBuilder().getBuilder();
@@ -4277,12 +4277,12 @@ public PolarxDatatypes.Scalar.Builder getNameBuilder() {
*
* required .Polarx.Datatypes.Scalar name = 1;
*/
- public PolarxDatatypes.ScalarOrBuilder getNameOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getNameOrBuilder() {
if (nameBuilder_ != null) {
return nameBuilder_.getMessageOrBuilder();
} else {
return name_ == null ?
- PolarxDatatypes.Scalar.getDefaultInstance() : name_;
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : name_;
}
}
/**
@@ -4293,14 +4293,14 @@ public PolarxDatatypes.ScalarOrBuilder getNameOrBuilder() {
* required .Polarx.Datatypes.Scalar name = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder>
- getNameFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>
+ getNameFieldBuilder() {
if (nameBuilder_ == null) {
nameBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder>(
- getName(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>(
+ getName(),
+ getParentForChildren(),
+ isClean());
name_ = null;
}
return nameBuilder_;
@@ -4342,13 +4342,13 @@ public Builder clearUseParts() {
onChanged();
return this;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -4359,18 +4359,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.IndexInfo)
- private static final IndexInfo DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new IndexInfo();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo();
}
- public static IndexInfo getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public IndexInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -4383,13 +4383,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public IndexInfo getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -4406,7 +4406,7 @@ public static final class Transaction extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.Transaction)
TransactionOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use Transaction.newBuilder() to construct.
private Transaction(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -4414,14 +4414,14 @@ private Transaction(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
private Transaction() {
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Transaction();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -4432,7 +4432,7 @@ private Transaction(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
@@ -4441,16 +4441,16 @@ private Transaction(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
+ case 0:
+ done = true;
+ break;
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
done = true;
- break;
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
}
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -4464,20 +4464,20 @@ private Transaction(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_Transaction_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_Transaction_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_Transaction_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_Transaction_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- Transaction.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.class, com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder.class);
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -4487,13 +4487,13 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -4504,21 +4504,21 @@ public int getSerializedSize() {
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof Transaction)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction)) {
return super.equals(obj);
}
- Transaction other = (Transaction) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction other = (com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction) obj;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -4530,69 +4530,69 @@ public int hashCode() {
return hash;
}
- public static Transaction parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static Transaction parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static Transaction parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static Transaction parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static Transaction parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static Transaction parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static Transaction parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static Transaction parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static Transaction parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static Transaction parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static Transaction parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static Transaction parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -4600,23 +4600,23 @@ public static Transaction parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(Transaction prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -4626,18 +4626,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.Transaction)
- TransactionOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_Transaction_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_Transaction_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_Transaction_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_Transaction_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- Transaction.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.class, com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.newBuilder()
@@ -4646,112 +4646,112 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_Transaction_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_Transaction_descriptor;
}
- @Override
- public Transaction getDefaultInstanceForType() {
- return Transaction.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance();
}
- @Override
- public Transaction build() {
- Transaction result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public Transaction buildPartial() {
- Transaction result = new Transaction(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction result = new com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction(this);
onBuilt();
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof Transaction) {
- return mergeFrom((Transaction)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(Transaction other) {
- if (other == Transaction.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance()) return this;
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- Transaction parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (Transaction) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -4760,13 +4760,13 @@ public Builder mergeFrom(
}
return this;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -4777,18 +4777,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.Transaction)
- private static final Transaction DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new Transaction();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction();
}
- public static Transaction getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public Transaction parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -4801,13 +4801,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public Transaction getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -4876,7 +4876,7 @@ public static final class BloomFilter extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.BloomFilter)
BloomFilterOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use BloomFilter.newBuilder() to construct.
private BloomFilter(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -4886,14 +4886,14 @@ private BloomFilter() {
data_ = com.google.protobuf.ByteString.EMPTY;
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new BloomFilter();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -4904,7 +4904,7 @@ private BloomFilter(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -4914,36 +4914,36 @@ private BloomFilter(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
+ case 0:
+ done = true;
+ break;
+ case 8: {
+ bitField0_ |= 0x00000001;
+ totalBits_ = input.readUInt32();
+ break;
+ }
+ case 16: {
+ bitField0_ |= 0x00000002;
+ numberHash_ = input.readUInt32();
+ break;
+ }
+ case 26: {
+ bitField0_ |= 0x00000004;
+ strategy_ = input.readBytes();
+ break;
+ }
+ case 34: {
+ bitField0_ |= 0x00000008;
+ data_ = input.readBytes();
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
done = true;
- break;
- case 8: {
- bitField0_ |= 0x00000001;
- totalBits_ = input.readUInt32();
- break;
- }
- case 16: {
- bitField0_ |= 0x00000002;
- numberHash_ = input.readUInt32();
- break;
- }
- case 26: {
- bitField0_ |= 0x00000004;
- strategy_ = input.readBytes();
- break;
- }
- case 34: {
- bitField0_ |= 0x00000008;
- data_ = input.readBytes();
- break;
- }
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
}
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -4957,16 +4957,16 @@ private BloomFilter(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_BloomFilter_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_BloomFilter_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_BloomFilter_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_BloomFilter_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- BloomFilter.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter.class, com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter.Builder.class);
}
private int bitField0_;
@@ -5047,7 +5047,7 @@ public com.google.protobuf.ByteString getData() {
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -5073,9 +5073,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeUInt32(1, totalBits_);
}
@@ -5091,7 +5091,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -5099,34 +5099,34 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeUInt32Size(1, totalBits_);
+ .computeUInt32Size(1, totalBits_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeUInt32Size(2, numberHash_);
+ .computeUInt32Size(2, numberHash_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeBytesSize(3, strategy_);
+ .computeBytesSize(3, strategy_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeBytesSize(4, data_);
+ .computeBytesSize(4, data_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof BloomFilter)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter)) {
return super.equals(obj);
}
- BloomFilter other = (BloomFilter) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter other = (com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter) obj;
if (hasTotalBits() != other.hasTotalBits()) return false;
if (hasTotalBits()) {
@@ -5152,7 +5152,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -5180,69 +5180,69 @@ public int hashCode() {
return hash;
}
- public static BloomFilter parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static BloomFilter parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static BloomFilter parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static BloomFilter parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static BloomFilter parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static BloomFilter parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static BloomFilter parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static BloomFilter parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static BloomFilter parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static BloomFilter parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static BloomFilter parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static BloomFilter parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -5250,23 +5250,23 @@ public static BloomFilter parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(BloomFilter prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -5276,18 +5276,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.BloomFilter)
- BloomFilterOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilterOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_BloomFilter_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_BloomFilter_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_BloomFilter_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_BloomFilter_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- BloomFilter.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter.class, com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter.newBuilder()
@@ -5296,16 +5296,16 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
totalBits_ = 0;
@@ -5319,29 +5319,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_BloomFilter_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_BloomFilter_descriptor;
}
- @Override
- public BloomFilter getDefaultInstanceForType() {
- return BloomFilter.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter.getDefaultInstance();
}
- @Override
- public BloomFilter build() {
- BloomFilter result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public BloomFilter buildPartial() {
- BloomFilter result = new BloomFilter(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter result = new com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -5365,50 +5365,50 @@ public BloomFilter buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof BloomFilter) {
- return mergeFrom((BloomFilter)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(BloomFilter other) {
- if (other == BloomFilter.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter.getDefaultInstance()) return this;
if (other.hasTotalBits()) {
setTotalBits(other.getTotalBits());
}
@@ -5426,7 +5426,7 @@ public Builder mergeFrom(BloomFilter other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (!hasTotalBits()) {
return false;
@@ -5443,16 +5443,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- BloomFilter parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (BloomFilter) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -5571,9 +5571,9 @@ public com.google.protobuf.ByteString getStrategy() {
*/
public Builder setStrategy(com.google.protobuf.ByteString value) {
if (value == null) {
- throw new NullPointerException();
- }
- bitField0_ |= 0x00000004;
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000004;
strategy_ = value;
onChanged();
return this;
@@ -5615,9 +5615,9 @@ public com.google.protobuf.ByteString getData() {
*/
public Builder setData(com.google.protobuf.ByteString value) {
if (value == null) {
- throw new NullPointerException();
- }
- bitField0_ |= 0x00000008;
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000008;
data_ = value;
onChanged();
return this;
@@ -5632,13 +5632,13 @@ public Builder clearData() {
onChanged();
return this;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -5649,18 +5649,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.BloomFilter)
- private static final BloomFilter DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new BloomFilter();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter();
}
- public static BloomFilter getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public BloomFilter parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -5673,13 +5673,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public BloomFilter getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.BloomFilter getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -5722,7 +5722,7 @@ public static final class GetTSO extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.GetTSO)
GetTSOOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use GetTSO.newBuilder() to construct.
private GetTSO(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -5731,14 +5731,14 @@ private GetTSO() {
leaderName_ = com.google.protobuf.ByteString.EMPTY;
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new GetTSO();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -5749,7 +5749,7 @@ private GetTSO(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -5759,26 +5759,26 @@ private GetTSO(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
+ case 0:
+ done = true;
+ break;
+ case 10: {
+ bitField0_ |= 0x00000001;
+ leaderName_ = input.readBytes();
+ break;
+ }
+ case 16: {
+ bitField0_ |= 0x00000002;
+ batchCount_ = input.readInt32();
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
done = true;
- break;
- case 10: {
- bitField0_ |= 0x00000001;
- leaderName_ = input.readBytes();
- break;
- }
- case 16: {
- bitField0_ |= 0x00000002;
- batchCount_ = input.readInt32();
- break;
- }
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
}
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -5792,16 +5792,16 @@ private GetTSO(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetTSO_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetTSO_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetTSO_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetTSO_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- GetTSO.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO.class, com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO.Builder.class);
}
private int bitField0_;
@@ -5840,7 +5840,7 @@ public int getBatchCount() {
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -5858,9 +5858,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeBytes(1, leaderName_);
}
@@ -5870,7 +5870,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -5878,26 +5878,26 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeBytesSize(1, leaderName_);
+ .computeBytesSize(1, leaderName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeInt32Size(2, batchCount_);
+ .computeInt32Size(2, batchCount_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof GetTSO)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO)) {
return super.equals(obj);
}
- GetTSO other = (GetTSO) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO other = (com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO) obj;
if (hasLeaderName() != other.hasLeaderName()) return false;
if (hasLeaderName()) {
@@ -5913,7 +5913,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -5933,69 +5933,69 @@ public int hashCode() {
return hash;
}
- public static GetTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static GetTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static GetTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static GetTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static GetTSO parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static GetTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static GetTSO parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static GetTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static GetTSO parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static GetTSO parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static GetTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static GetTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -6003,23 +6003,23 @@ public static GetTSO parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(GetTSO prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -6033,18 +6033,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.GetTSO)
- GetTSOOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSOOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetTSO_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetTSO_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetTSO_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetTSO_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- GetTSO.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO.class, com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO.newBuilder()
@@ -6053,16 +6053,16 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
leaderName_ = com.google.protobuf.ByteString.EMPTY;
@@ -6072,29 +6072,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetTSO_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetTSO_descriptor;
}
- @Override
- public GetTSO getDefaultInstanceForType() {
- return GetTSO.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO.getDefaultInstance();
}
- @Override
- public GetTSO build() {
- GetTSO result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public GetTSO buildPartial() {
- GetTSO result = new GetTSO(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO result = new com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -6110,50 +6110,50 @@ public GetTSO buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof GetTSO) {
- return mergeFrom((GetTSO)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(GetTSO other) {
- if (other == GetTSO.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO.getDefaultInstance()) return this;
if (other.hasLeaderName()) {
setLeaderName(other.getLeaderName());
}
@@ -6165,7 +6165,7 @@ public Builder mergeFrom(GetTSO other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (!hasLeaderName()) {
return false;
@@ -6176,16 +6176,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- GetTSO parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (GetTSO) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -6218,9 +6218,9 @@ public com.google.protobuf.ByteString getLeaderName() {
*/
public Builder setLeaderName(com.google.protobuf.ByteString value) {
if (value == null) {
- throw new NullPointerException();
- }
- bitField0_ |= 0x00000001;
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000001;
leaderName_ = value;
onChanged();
return this;
@@ -6272,13 +6272,13 @@ public Builder clearBatchCount() {
onChanged();
return this;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -6289,18 +6289,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.GetTSO)
- private static final GetTSO DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new GetTSO();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO();
}
- public static GetTSO getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public GetTSO parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -6313,13 +6313,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public GetTSO getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetTSO getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -6362,7 +6362,7 @@ public static final class ResultTSO extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.ResultTSO)
ResultTSOOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use ResultTSO.newBuilder() to construct.
private ResultTSO(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -6370,14 +6370,14 @@ private ResultTSO(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
private ResultTSO() {
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new ResultTSO();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -6388,7 +6388,7 @@ private ResultTSO(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -6398,26 +6398,26 @@ private ResultTSO(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
+ case 0:
+ done = true;
+ break;
+ case 8: {
+ bitField0_ |= 0x00000001;
+ errorNo_ = input.readInt32();
+ break;
+ }
+ case 16: {
+ bitField0_ |= 0x00000002;
+ ts_ = input.readUInt64();
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
done = true;
- break;
- case 8: {
- bitField0_ |= 0x00000001;
- errorNo_ = input.readInt32();
- break;
- }
- case 16: {
- bitField0_ |= 0x00000002;
- ts_ = input.readUInt64();
- break;
- }
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
}
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -6431,16 +6431,16 @@ private ResultTSO(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_ResultTSO_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_ResultTSO_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_ResultTSO_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_ResultTSO_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- ResultTSO.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO.class, com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO.Builder.class);
}
private int bitField0_;
@@ -6479,7 +6479,7 @@ public long getTs() {
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -6497,9 +6497,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeInt32(1, errorNo_);
}
@@ -6509,7 +6509,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -6517,26 +6517,26 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeInt32Size(1, errorNo_);
+ .computeInt32Size(1, errorNo_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeUInt64Size(2, ts_);
+ .computeUInt64Size(2, ts_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof ResultTSO)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO)) {
return super.equals(obj);
}
- ResultTSO other = (ResultTSO) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO other = (com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO) obj;
if (hasErrorNo() != other.hasErrorNo()) return false;
if (hasErrorNo()) {
@@ -6552,7 +6552,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -6573,69 +6573,69 @@ public int hashCode() {
return hash;
}
- public static ResultTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static ResultTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static ResultTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static ResultTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static ResultTSO parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static ResultTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static ResultTSO parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static ResultTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static ResultTSO parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static ResultTSO parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static ResultTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static ResultTSO parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -6643,23 +6643,23 @@ public static ResultTSO parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(ResultTSO prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -6673,18 +6673,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.ResultTSO)
- ResultTSOOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSOOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_ResultTSO_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_ResultTSO_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_ResultTSO_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_ResultTSO_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- ResultTSO.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO.class, com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO.newBuilder()
@@ -6693,16 +6693,16 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
errorNo_ = 0;
@@ -6712,29 +6712,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_ResultTSO_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_ResultTSO_descriptor;
}
- @Override
- public ResultTSO getDefaultInstanceForType() {
- return ResultTSO.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO.getDefaultInstance();
}
- @Override
- public ResultTSO build() {
- ResultTSO result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public ResultTSO buildPartial() {
- ResultTSO result = new ResultTSO(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO result = new com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -6750,50 +6750,50 @@ public ResultTSO buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof ResultTSO) {
- return mergeFrom((ResultTSO)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(ResultTSO other) {
- if (other == ResultTSO.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO.getDefaultInstance()) return this;
if (other.hasErrorNo()) {
setErrorNo(other.getErrorNo());
}
@@ -6805,7 +6805,7 @@ public Builder mergeFrom(ResultTSO other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (!hasErrorNo()) {
return false;
@@ -6816,16 +6816,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- ResultTSO parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (ResultTSO) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -6909,13 +6909,13 @@ public Builder clearTs() {
onChanged();
return this;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -6926,18 +6926,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.ResultTSO)
- private static final ResultTSO DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new ResultTSO();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO();
}
- public static ResultTSO getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public ResultTSO parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -6950,13 +6950,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public ResultTSO getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.ResultTSO getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -6975,7 +6975,7 @@ public interface AutoSpOrBuilder extends
* required .Polarx.ExecPlan.AutoSp.Operation op = 1;
* @return The op.
*/
- AutoSp.Operation getOp();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation getOp();
/**
* required bytes sp_name = 2;
@@ -7010,7 +7010,7 @@ public static final class AutoSp extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.AutoSp)
AutoSpOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use AutoSp.newBuilder() to construct.
private AutoSp(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -7020,14 +7020,14 @@ private AutoSp() {
spName_ = com.google.protobuf.ByteString.EMPTY;
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AutoSp();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -7038,7 +7038,7 @@ private AutoSp(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -7048,38 +7048,38 @@ private AutoSp(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
- done = true;
- break;
- case 8: {
- int rawValue = input.readEnum();
- @SuppressWarnings("deprecation")
- Operation value = Operation.valueOf(rawValue);
- if (value == null) {
- unknownFields.mergeVarintField(1, rawValue);
- } else {
- bitField0_ |= 0x00000001;
- op_ = rawValue;
- }
- break;
- }
- case 18: {
- bitField0_ |= 0x00000002;
- spName_ = input.readBytes();
- break;
- }
- case 24: {
- bitField0_ |= 0x00000004;
- resetError_ = input.readBool();
- break;
+ case 0:
+ done = true;
+ break;
+ case 8: {
+ int rawValue = input.readEnum();
+ @SuppressWarnings("deprecation")
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation value = com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation.valueOf(rawValue);
+ if (value == null) {
+ unknownFields.mergeVarintField(1, rawValue);
+ } else {
+ bitField0_ |= 0x00000001;
+ op_ = rawValue;
}
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
+ break;
+ }
+ case 18: {
+ bitField0_ |= 0x00000002;
+ spName_ = input.readBytes();
+ break;
+ }
+ case 24: {
+ bitField0_ |= 0x00000004;
+ resetError_ = input.readBool();
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
}
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -7093,16 +7093,16 @@ private AutoSp(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_AutoSp_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_AutoSp_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_AutoSp_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_AutoSp_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- AutoSp.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.class, com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Builder.class);
}
/**
@@ -7147,7 +7147,7 @@ public final int getNumber() {
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
- @Deprecated
+ @java.lang.Deprecated
public static Operation valueOf(int value) {
return forNumber(value);
}
@@ -7158,36 +7158,36 @@ public static Operation valueOf(int value) {
*/
public static Operation forNumber(int value) {
switch (value) {
- case 0: return SET;
- case 1: return RELEASE;
- case 2: return ROLLBACK;
- default: return null;
+ case 0: return SET;
+ case 1: return RELEASE;
+ case 2: return ROLLBACK;
+ default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
- internalGetValueMap() {
+ internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
Operation> internalValueMap =
- new com.google.protobuf.Internal.EnumLiteMap() {
- public Operation findValueByNumber(int number) {
- return Operation.forNumber(number);
- }
- };
+ new com.google.protobuf.Internal.EnumLiteMap() {
+ public Operation findValueByNumber(int number) {
+ return Operation.forNumber(number);
+ }
+ };
public final com.google.protobuf.Descriptors.EnumValueDescriptor
- getValueDescriptor() {
+ getValueDescriptor() {
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor
- getDescriptorForType() {
+ getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
- getDescriptor() {
- return AutoSp.getDescriptor().getEnumTypes().get(0);
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.getDescriptor().getEnumTypes().get(0);
}
private static final Operation[] VALUES = values();
@@ -7195,8 +7195,8 @@ public Operation findValueByNumber(int number) {
public static Operation valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
- throw new IllegalArgumentException(
- "EnumValueDescriptor is not for this type.");
+ throw new java.lang.IllegalArgumentException(
+ "EnumValueDescriptor is not for this type.");
}
return VALUES[desc.getIndex()];
}
@@ -7224,10 +7224,10 @@ public boolean hasOp() {
* required .Polarx.ExecPlan.AutoSp.Operation op = 1;
* @return The op.
*/
- public Operation getOp() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation getOp() {
@SuppressWarnings("deprecation")
- Operation result = Operation.valueOf(op_);
- return result == null ? Operation.SET : result;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation result = com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation.valueOf(op_);
+ return result == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation.SET : result;
}
public static final int SP_NAME_FIELD_NUMBER = 2;
@@ -7265,7 +7265,7 @@ public boolean getResetError() {
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -7283,9 +7283,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeEnum(1, op_);
}
@@ -7298,7 +7298,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -7306,30 +7306,30 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeEnumSize(1, op_);
+ .computeEnumSize(1, op_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeBytesSize(2, spName_);
+ .computeBytesSize(2, spName_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeBoolSize(3, resetError_);
+ .computeBoolSize(3, resetError_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof AutoSp)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp)) {
return super.equals(obj);
}
- AutoSp other = (AutoSp) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp other = (com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp) obj;
if (hasOp() != other.hasOp()) return false;
if (hasOp()) {
@@ -7349,7 +7349,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -7374,69 +7374,69 @@ public int hashCode() {
return hash;
}
- public static AutoSp parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static AutoSp parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static AutoSp parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static AutoSp parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static AutoSp parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static AutoSp parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static AutoSp parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static AutoSp parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static AutoSp parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static AutoSp parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static AutoSp parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static AutoSp parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -7444,23 +7444,23 @@ public static AutoSp parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(AutoSp prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -7474,18 +7474,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.AutoSp)
- AutoSpOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSpOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_AutoSp_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_AutoSp_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_AutoSp_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_AutoSp_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- AutoSp.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.class, com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.newBuilder()
@@ -7494,16 +7494,16 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
op_ = 0;
@@ -7515,29 +7515,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_AutoSp_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_AutoSp_descriptor;
}
- @Override
- public AutoSp getDefaultInstanceForType() {
- return AutoSp.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.getDefaultInstance();
}
- @Override
- public AutoSp build() {
- AutoSp result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public AutoSp buildPartial() {
- AutoSp result = new AutoSp(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp result = new com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -7557,50 +7557,50 @@ public AutoSp buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof AutoSp) {
- return mergeFrom((AutoSp)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(AutoSp other) {
- if (other == AutoSp.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.getDefaultInstance()) return this;
if (other.hasOp()) {
setOp(other.getOp());
}
@@ -7615,7 +7615,7 @@ public Builder mergeFrom(AutoSp other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (!hasOp()) {
return false;
@@ -7626,16 +7626,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- AutoSp parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (AutoSp) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -7658,17 +7658,17 @@ public boolean hasOp() {
* required .Polarx.ExecPlan.AutoSp.Operation op = 1;
* @return The op.
*/
- public Operation getOp() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation getOp() {
@SuppressWarnings("deprecation")
- Operation result = Operation.valueOf(op_);
- return result == null ? Operation.SET : result;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation result = com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation.valueOf(op_);
+ return result == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation.SET : result;
}
/**
* required .Polarx.ExecPlan.AutoSp.Operation op = 1;
* @param value The op to set.
* @return This builder for chaining.
*/
- public Builder setOp(Operation value) {
+ public Builder setOp(com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp.Operation value) {
if (value == null) {
throw new NullPointerException();
}
@@ -7710,9 +7710,9 @@ public com.google.protobuf.ByteString getSpName() {
*/
public Builder setSpName(com.google.protobuf.ByteString value) {
if (value == null) {
- throw new NullPointerException();
- }
- bitField0_ |= 0x00000002;
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000002;
spName_ = value;
onChanged();
return this;
@@ -7764,13 +7764,13 @@ public Builder clearResetError() {
onChanged();
return this;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -7781,18 +7781,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.AutoSp)
- private static final AutoSp DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new AutoSp();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp();
}
- public static AutoSp getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public AutoSp parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -7805,13 +7805,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public AutoSp getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.AutoSp getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -7838,7 +7838,7 @@ public interface KeyExprOrBuilder extends
* required .Polarx.Datatypes.Scalar field = 1;
* @return The field.
*/
- PolarxDatatypes.Scalar getField();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getField();
/**
*
* 需要能处理列名或列id,列id从0开始
@@ -7846,7 +7846,7 @@ public interface KeyExprOrBuilder extends
*
* required .Polarx.Datatypes.Scalar field = 1;
*/
- PolarxDatatypes.ScalarOrBuilder getFieldOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getFieldOrBuilder();
/**
*
@@ -7865,7 +7865,7 @@ public interface KeyExprOrBuilder extends
* required .Polarx.Datatypes.Scalar value = 2;
* @return The value.
*/
- PolarxDatatypes.Scalar getValue();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getValue();
/**
*
* 需要能处理动态参数
@@ -7873,7 +7873,7 @@ public interface KeyExprOrBuilder extends
*
* required .Polarx.Datatypes.Scalar value = 2;
*/
- PolarxDatatypes.ScalarOrBuilder getValueOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getValueOrBuilder();
}
/**
*
@@ -7886,7 +7886,7 @@ public static final class KeyExpr extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.KeyExpr)
KeyExprOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use KeyExpr.newBuilder() to construct.
private KeyExpr(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -7894,14 +7894,14 @@ private KeyExpr(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
private KeyExpr() {
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new KeyExpr();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -7912,7 +7912,7 @@ private KeyExpr(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -7922,42 +7922,42 @@ private KeyExpr(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
- done = true;
- break;
- case 10: {
- PolarxDatatypes.Scalar.Builder subBuilder = null;
- if (((bitField0_ & 0x00000001) != 0)) {
- subBuilder = field_.toBuilder();
- }
- field_ = input.readMessage(PolarxDatatypes.Scalar.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(field_);
- field_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000001;
- break;
+ case 0:
+ done = true;
+ break;
+ case 10: {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000001) != 0)) {
+ subBuilder = field_.toBuilder();
}
- case 18: {
- PolarxDatatypes.Scalar.Builder subBuilder = null;
- if (((bitField0_ & 0x00000002) != 0)) {
- subBuilder = value_.toBuilder();
- }
- value_ = input.readMessage(PolarxDatatypes.Scalar.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(value_);
- value_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000002;
- break;
+ field_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(field_);
+ field_ = subBuilder.buildPartial();
+ }
+ bitField0_ |= 0x00000001;
+ break;
+ }
+ case 18: {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000002) != 0)) {
+ subBuilder = value_.toBuilder();
}
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
+ value_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(value_);
+ value_ = subBuilder.buildPartial();
}
+ bitField0_ |= 0x00000002;
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
+ }
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -7971,21 +7971,21 @@ private KeyExpr(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyExpr_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyExpr_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyExpr_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyExpr_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- KeyExpr.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.class, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder.class);
}
private int bitField0_;
public static final int FIELD_FIELD_NUMBER = 1;
- private PolarxDatatypes.Scalar field_;
+ private com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar field_;
/**
*
* 需要能处理列名或列id,列id从0开始
@@ -8005,8 +8005,8 @@ public boolean hasField() {
* required .Polarx.Datatypes.Scalar field = 1;
* @return The field.
*/
- public PolarxDatatypes.Scalar getField() {
- return field_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : field_;
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getField() {
+ return field_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : field_;
}
/**
*
@@ -8015,12 +8015,12 @@ public PolarxDatatypes.Scalar getField() {
*
* required .Polarx.Datatypes.Scalar field = 1;
*/
- public PolarxDatatypes.ScalarOrBuilder getFieldOrBuilder() {
- return field_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : field_;
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getFieldOrBuilder() {
+ return field_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : field_;
}
public static final int VALUE_FIELD_NUMBER = 2;
- private PolarxDatatypes.Scalar value_;
+ private com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value_;
/**
*
* 需要能处理动态参数
@@ -8040,8 +8040,8 @@ public boolean hasValue() {
* required .Polarx.Datatypes.Scalar value = 2;
* @return The value.
*/
- public PolarxDatatypes.Scalar getValue() {
- return value_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : value_;
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getValue() {
+ return value_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : value_;
}
/**
*
@@ -8050,12 +8050,12 @@ public PolarxDatatypes.Scalar getValue() {
*
* required .Polarx.Datatypes.Scalar value = 2;
*/
- public PolarxDatatypes.ScalarOrBuilder getValueOrBuilder() {
- return value_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : value_;
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getValueOrBuilder() {
+ return value_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : value_;
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -8081,9 +8081,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getField());
}
@@ -8093,7 +8093,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -8101,26 +8101,26 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(1, getField());
+ .computeMessageSize(1, getField());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(2, getValue());
+ .computeMessageSize(2, getValue());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof KeyExpr)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr)) {
return super.equals(obj);
}
- KeyExpr other = (KeyExpr) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr other = (com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr) obj;
if (hasField() != other.hasField()) return false;
if (hasField()) {
@@ -8136,7 +8136,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -8156,69 +8156,69 @@ public int hashCode() {
return hash;
}
- public static KeyExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static KeyExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static KeyExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static KeyExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static KeyExpr parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static KeyExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static KeyExpr parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static KeyExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static KeyExpr parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static KeyExpr parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static KeyExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static KeyExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -8226,23 +8226,23 @@ public static KeyExpr parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(KeyExpr prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -8256,18 +8256,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.KeyExpr)
- KeyExprOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExprOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyExpr_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyExpr_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyExpr_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyExpr_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- KeyExpr.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.class, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.newBuilder()
@@ -8276,18 +8276,18 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
getFieldFieldBuilder();
getValueFieldBuilder();
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
if (fieldBuilder_ == null) {
@@ -8305,29 +8305,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyExpr_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyExpr_descriptor;
}
- @Override
- public KeyExpr getDefaultInstanceForType() {
- return KeyExpr.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.getDefaultInstance();
}
- @Override
- public KeyExpr build() {
- KeyExpr result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public KeyExpr buildPartial() {
- KeyExpr result = new KeyExpr(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr result = new com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -8351,50 +8351,50 @@ public KeyExpr buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof KeyExpr) {
- return mergeFrom((KeyExpr)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(KeyExpr other) {
- if (other == KeyExpr.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.getDefaultInstance()) return this;
if (other.hasField()) {
mergeField(other.getField());
}
@@ -8406,7 +8406,7 @@ public Builder mergeFrom(KeyExpr other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (!hasField()) {
return false;
@@ -8423,16 +8423,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- KeyExpr parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (KeyExpr) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -8443,9 +8443,9 @@ public Builder mergeFrom(
}
private int bitField0_;
- private PolarxDatatypes.Scalar field_;
+ private com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar field_;
private com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder> fieldBuilder_;
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder> fieldBuilder_;
/**
*
* 需要能处理列名或列id,列id从0开始
@@ -8465,9 +8465,9 @@ public boolean hasField() {
* required .Polarx.Datatypes.Scalar field = 1;
* @return The field.
*/
- public PolarxDatatypes.Scalar getField() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getField() {
if (fieldBuilder_ == null) {
- return field_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : field_;
+ return field_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : field_;
} else {
return fieldBuilder_.getMessage();
}
@@ -8479,7 +8479,7 @@ public PolarxDatatypes.Scalar getField() {
*
* required .Polarx.Datatypes.Scalar field = 1;
*/
- public Builder setField(PolarxDatatypes.Scalar value) {
+ public Builder setField(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value) {
if (fieldBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -8500,7 +8500,7 @@ public Builder setField(PolarxDatatypes.Scalar value) {
* required .Polarx.Datatypes.Scalar field = 1;
*/
public Builder setField(
- PolarxDatatypes.Scalar.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder builderForValue) {
if (fieldBuilder_ == null) {
field_ = builderForValue.build();
onChanged();
@@ -8517,13 +8517,13 @@ public Builder setField(
*
* required .Polarx.Datatypes.Scalar field = 1;
*/
- public Builder mergeField(PolarxDatatypes.Scalar value) {
+ public Builder mergeField(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value) {
if (fieldBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
field_ != null &&
- field_ != PolarxDatatypes.Scalar.getDefaultInstance()) {
+ field_ != com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance()) {
field_ =
- PolarxDatatypes.Scalar.newBuilder(field_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.newBuilder(field_).mergeFrom(value).buildPartial();
} else {
field_ = value;
}
@@ -8558,7 +8558,7 @@ public Builder clearField() {
*
* required .Polarx.Datatypes.Scalar field = 1;
*/
- public PolarxDatatypes.Scalar.Builder getFieldBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder getFieldBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getFieldFieldBuilder().getBuilder();
@@ -8570,12 +8570,12 @@ public PolarxDatatypes.Scalar.Builder getFieldBuilder() {
*
* required .Polarx.Datatypes.Scalar field = 1;
*/
- public PolarxDatatypes.ScalarOrBuilder getFieldOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getFieldOrBuilder() {
if (fieldBuilder_ != null) {
return fieldBuilder_.getMessageOrBuilder();
} else {
return field_ == null ?
- PolarxDatatypes.Scalar.getDefaultInstance() : field_;
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : field_;
}
}
/**
@@ -8586,22 +8586,22 @@ public PolarxDatatypes.ScalarOrBuilder getFieldOrBuilder() {
* required .Polarx.Datatypes.Scalar field = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder>
- getFieldFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>
+ getFieldFieldBuilder() {
if (fieldBuilder_ == null) {
fieldBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder>(
- getField(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>(
+ getField(),
+ getParentForChildren(),
+ isClean());
field_ = null;
}
return fieldBuilder_;
}
- private PolarxDatatypes.Scalar value_;
+ private com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value_;
private com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder> valueBuilder_;
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder> valueBuilder_;
/**
*
* 需要能处理动态参数
@@ -8621,9 +8621,9 @@ public boolean hasValue() {
* required .Polarx.Datatypes.Scalar value = 2;
* @return The value.
*/
- public PolarxDatatypes.Scalar getValue() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getValue() {
if (valueBuilder_ == null) {
- return value_ == null ? PolarxDatatypes.Scalar.getDefaultInstance() : value_;
+ return value_ == null ? com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : value_;
} else {
return valueBuilder_.getMessage();
}
@@ -8635,7 +8635,7 @@ public PolarxDatatypes.Scalar getValue() {
*
* required .Polarx.Datatypes.Scalar value = 2;
*/
- public Builder setValue(PolarxDatatypes.Scalar value) {
+ public Builder setValue(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value) {
if (valueBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -8656,7 +8656,7 @@ public Builder setValue(PolarxDatatypes.Scalar value) {
* required .Polarx.Datatypes.Scalar value = 2;
*/
public Builder setValue(
- PolarxDatatypes.Scalar.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder builderForValue) {
if (valueBuilder_ == null) {
value_ = builderForValue.build();
onChanged();
@@ -8673,13 +8673,13 @@ public Builder setValue(
*
* required .Polarx.Datatypes.Scalar value = 2;
*/
- public Builder mergeValue(PolarxDatatypes.Scalar value) {
+ public Builder mergeValue(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar value) {
if (valueBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
value_ != null &&
- value_ != PolarxDatatypes.Scalar.getDefaultInstance()) {
+ value_ != com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance()) {
value_ =
- PolarxDatatypes.Scalar.newBuilder(value_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.newBuilder(value_).mergeFrom(value).buildPartial();
} else {
value_ = value;
}
@@ -8714,7 +8714,7 @@ public Builder clearValue() {
*
* required .Polarx.Datatypes.Scalar value = 2;
*/
- public PolarxDatatypes.Scalar.Builder getValueBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder getValueBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getValueFieldBuilder().getBuilder();
@@ -8726,12 +8726,12 @@ public PolarxDatatypes.Scalar.Builder getValueBuilder() {
*
* required .Polarx.Datatypes.Scalar value = 2;
*/
- public PolarxDatatypes.ScalarOrBuilder getValueOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getValueOrBuilder() {
if (valueBuilder_ != null) {
return valueBuilder_.getMessageOrBuilder();
} else {
return value_ == null ?
- PolarxDatatypes.Scalar.getDefaultInstance() : value_;
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.getDefaultInstance() : value_;
}
}
/**
@@ -8742,25 +8742,25 @@ public PolarxDatatypes.ScalarOrBuilder getValueOrBuilder() {
* required .Polarx.Datatypes.Scalar value = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder>
- getValueFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>
+ getValueFieldBuilder() {
if (valueBuilder_ == null) {
valueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- PolarxDatatypes.Scalar, PolarxDatatypes.Scalar.Builder, PolarxDatatypes.ScalarOrBuilder>(
- getValue(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar, com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.Builder, com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>(
+ getValue(),
+ getParentForChildren(),
+ isClean());
value_ = null;
}
return valueBuilder_;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -8771,18 +8771,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.KeyExpr)
- private static final KeyExpr DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new KeyExpr();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr();
}
- public static KeyExpr getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public KeyExpr parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -8795,13 +8795,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public KeyExpr getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -8814,12 +8814,12 @@ public interface GetExprOrBuilder extends
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- java.util.List
- getKeysList();
+ java.util.List
+ getKeysList();
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- KeyExpr getKeys(int index);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr getKeys(int index);
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
@@ -8827,12 +8827,12 @@ public interface GetExprOrBuilder extends
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- java.util.List extends KeyExprOrBuilder>
- getKeysOrBuilderList();
+ java.util.List extends com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExprOrBuilder>
+ getKeysOrBuilderList();
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- KeyExprOrBuilder getKeysOrBuilder(
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExprOrBuilder getKeysOrBuilder(
int index);
}
/**
@@ -8846,7 +8846,7 @@ public static final class GetExpr extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.GetExpr)
GetExprOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use GetExpr.newBuilder() to construct.
private GetExpr(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -8855,14 +8855,14 @@ private GetExpr() {
keys_ = java.util.Collections.emptyList();
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new GetExpr();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -8873,7 +8873,7 @@ private GetExpr(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -8883,25 +8883,25 @@ private GetExpr(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
- done = true;
- break;
- case 10: {
- if (!((mutable_bitField0_ & 0x00000001) != 0)) {
- keys_ = new java.util.ArrayList();
- mutable_bitField0_ |= 0x00000001;
- }
- keys_.add(
- input.readMessage(KeyExpr.PARSER, extensionRegistry));
- break;
+ case 0:
+ done = true;
+ break;
+ case 10: {
+ if (!((mutable_bitField0_ & 0x00000001) != 0)) {
+ keys_ = new java.util.ArrayList();
+ mutable_bitField0_ |= 0x00000001;
}
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
+ keys_.add(
+ input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.PARSER, extensionRegistry));
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
}
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -8918,31 +8918,31 @@ private GetExpr(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetExpr_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetExpr_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetExpr_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetExpr_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- GetExpr.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.class, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder.class);
}
public static final int KEYS_FIELD_NUMBER = 1;
- private java.util.List keys_;
+ private java.util.List keys_;
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public java.util.List getKeysList() {
+ public java.util.List getKeysList() {
return keys_;
}
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public java.util.List extends KeyExprOrBuilder>
- getKeysOrBuilderList() {
+ public java.util.List extends com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExprOrBuilder>
+ getKeysOrBuilderList() {
return keys_;
}
/**
@@ -8954,19 +8954,19 @@ public int getKeysCount() {
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public KeyExpr getKeys(int index) {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr getKeys(int index) {
return keys_.get(index);
}
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public KeyExprOrBuilder getKeysOrBuilder(
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExprOrBuilder getKeysOrBuilder(
int index) {
return keys_.get(index);
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -8982,16 +8982,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
for (int i = 0; i < keys_.size(); i++) {
output.writeMessage(1, keys_.get(i));
}
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -8999,22 +8999,22 @@ public int getSerializedSize() {
size = 0;
for (int i = 0; i < keys_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(1, keys_.get(i));
+ .computeMessageSize(1, keys_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof GetExpr)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr)) {
return super.equals(obj);
}
- GetExpr other = (GetExpr) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr other = (com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr) obj;
if (!getKeysList()
.equals(other.getKeysList())) return false;
@@ -9022,7 +9022,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -9038,69 +9038,69 @@ public int hashCode() {
return hash;
}
- public static GetExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static GetExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static GetExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static GetExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static GetExpr parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static GetExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static GetExpr parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static GetExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static GetExpr parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static GetExpr parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static GetExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static GetExpr parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -9108,23 +9108,23 @@ public static GetExpr parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(GetExpr prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -9138,18 +9138,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.GetExpr)
- GetExprOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetExpr_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetExpr_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetExpr_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetExpr_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- GetExpr.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.class, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.newBuilder()
@@ -9158,17 +9158,17 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
getKeysFieldBuilder();
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
if (keysBuilder_ == null) {
@@ -9180,29 +9180,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetExpr_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetExpr_descriptor;
}
- @Override
- public GetExpr getDefaultInstanceForType() {
- return GetExpr.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance();
}
- @Override
- public GetExpr build() {
- GetExpr result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public GetExpr buildPartial() {
- GetExpr result = new GetExpr(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr result = new com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr(this);
int from_bitField0_ = bitField0_;
if (keysBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
@@ -9217,50 +9217,50 @@ public GetExpr buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof GetExpr) {
- return mergeFrom((GetExpr)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(GetExpr other) {
- if (other == GetExpr.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance()) return this;
if (keysBuilder_ == null) {
if (!other.keys_.isEmpty()) {
if (keys_.isEmpty()) {
@@ -9279,9 +9279,9 @@ public Builder mergeFrom(GetExpr other) {
keysBuilder_ = null;
keys_ = other.keys_;
bitField0_ = (bitField0_ & ~0x00000001);
- keysBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
- getKeysFieldBuilder() : null;
+ keysBuilder_ =
+ com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+ getKeysFieldBuilder() : null;
} else {
keysBuilder_.addAllMessages(other.keys_);
}
@@ -9292,7 +9292,7 @@ public Builder mergeFrom(GetExpr other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
for (int i = 0; i < getKeysCount(); i++) {
if (!getKeys(i).isInitialized()) {
@@ -9302,16 +9302,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- GetExpr parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (GetExpr) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -9322,22 +9322,22 @@ public Builder mergeFrom(
}
private int bitField0_;
- private java.util.List keys_ =
- java.util.Collections.emptyList();
+ private java.util.List keys_ =
+ java.util.Collections.emptyList();
private void ensureKeysIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
- keys_ = new java.util.ArrayList(keys_);
+ keys_ = new java.util.ArrayList(keys_);
bitField0_ |= 0x00000001;
- }
+ }
}
private com.google.protobuf.RepeatedFieldBuilderV3<
- KeyExpr, KeyExpr.Builder, KeyExprOrBuilder> keysBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExprOrBuilder> keysBuilder_;
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public java.util.List getKeysList() {
+ public java.util.List getKeysList() {
if (keysBuilder_ == null) {
return java.util.Collections.unmodifiableList(keys_);
} else {
@@ -9357,7 +9357,7 @@ public int getKeysCount() {
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public KeyExpr getKeys(int index) {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr getKeys(int index) {
if (keysBuilder_ == null) {
return keys_.get(index);
} else {
@@ -9368,7 +9368,7 @@ public KeyExpr getKeys(int index) {
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
public Builder setKeys(
- int index, KeyExpr value) {
+ int index, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr value) {
if (keysBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -9385,7 +9385,7 @@ public Builder setKeys(
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
public Builder setKeys(
- int index, KeyExpr.Builder builderForValue) {
+ int index, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder builderForValue) {
if (keysBuilder_ == null) {
ensureKeysIsMutable();
keys_.set(index, builderForValue.build());
@@ -9398,7 +9398,7 @@ public Builder setKeys(
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public Builder addKeys(KeyExpr value) {
+ public Builder addKeys(com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr value) {
if (keysBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -9415,7 +9415,7 @@ public Builder addKeys(KeyExpr value) {
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
public Builder addKeys(
- int index, KeyExpr value) {
+ int index, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr value) {
if (keysBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -9432,7 +9432,7 @@ public Builder addKeys(
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
public Builder addKeys(
- KeyExpr.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder builderForValue) {
if (keysBuilder_ == null) {
ensureKeysIsMutable();
keys_.add(builderForValue.build());
@@ -9446,7 +9446,7 @@ public Builder addKeys(
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
public Builder addKeys(
- int index, KeyExpr.Builder builderForValue) {
+ int index, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder builderForValue) {
if (keysBuilder_ == null) {
ensureKeysIsMutable();
keys_.add(index, builderForValue.build());
@@ -9460,7 +9460,7 @@ public Builder addKeys(
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
public Builder addAllKeys(
- Iterable extends KeyExpr> values) {
+ java.lang.Iterable extends com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr> values) {
if (keysBuilder_ == null) {
ensureKeysIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
@@ -9500,14 +9500,14 @@ public Builder removeKeys(int index) {
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public KeyExpr.Builder getKeysBuilder(
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder getKeysBuilder(
int index) {
return getKeysFieldBuilder().getBuilder(index);
}
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public KeyExprOrBuilder getKeysOrBuilder(
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExprOrBuilder getKeysOrBuilder(
int index) {
if (keysBuilder_ == null) {
return keys_.get(index); } else {
@@ -9517,8 +9517,8 @@ public KeyExprOrBuilder getKeysOrBuilder(
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public java.util.List extends KeyExprOrBuilder>
- getKeysOrBuilderList() {
+ public java.util.List extends com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExprOrBuilder>
+ getKeysOrBuilderList() {
if (keysBuilder_ != null) {
return keysBuilder_.getMessageOrBuilderList();
} else {
@@ -9528,46 +9528,46 @@ public KeyExprOrBuilder getKeysOrBuilder(
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public KeyExpr.Builder addKeysBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder addKeysBuilder() {
return getKeysFieldBuilder().addBuilder(
- KeyExpr.getDefaultInstance());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.getDefaultInstance());
}
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public KeyExpr.Builder addKeysBuilder(
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder addKeysBuilder(
int index) {
return getKeysFieldBuilder().addBuilder(
- index, KeyExpr.getDefaultInstance());
+ index, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.getDefaultInstance());
}
/**
* repeated .Polarx.ExecPlan.KeyExpr keys = 1;
*/
- public java.util.List
- getKeysBuilderList() {
+ public java.util.List
+ getKeysBuilderList() {
return getKeysFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
- KeyExpr, KeyExpr.Builder, KeyExprOrBuilder>
- getKeysFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExprOrBuilder>
+ getKeysFieldBuilder() {
if (keysBuilder_ == null) {
keysBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
- KeyExpr, KeyExpr.Builder, KeyExprOrBuilder>(
- keys_,
- ((bitField0_ & 0x00000001) != 0),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyExprOrBuilder>(
+ keys_,
+ ((bitField0_ & 0x00000001) != 0),
+ getParentForChildren(),
+ isClean());
keys_ = null;
}
return keysBuilder_;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -9578,18 +9578,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.GetExpr)
- private static final GetExpr DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new GetExpr();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr();
}
- public static GetExpr getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public GetExpr parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -9602,13 +9602,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public GetExpr getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -9627,11 +9627,11 @@ public interface GetPlanOrBuilder extends
* required .Polarx.ExecPlan.TableInfo table_info = 1;
* @return The tableInfo.
*/
- TableInfo getTableInfo();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo();
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- TableInfoOrBuilder getTableInfoOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder();
/**
*
@@ -9650,7 +9650,7 @@ public interface GetPlanOrBuilder extends
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
* @return The indexInfo.
*/
- IndexInfo getIndexInfo();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo();
/**
*
* 如果没指定,默认走primary
@@ -9658,7 +9658,7 @@ public interface GetPlanOrBuilder extends
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- IndexInfoOrBuilder getIndexInfoOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder();
/**
*
@@ -9667,8 +9667,8 @@ public interface GetPlanOrBuilder extends
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- java.util.List
- getKeysList();
+ java.util.List
+ getKeysList();
/**
*
* 索引列过滤条件,如果为空就报错,全表扫描走TableScanPlan
@@ -9676,7 +9676,7 @@ public interface GetPlanOrBuilder extends
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- GetExpr getKeys(int index);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getKeys(int index);
/**
*
* 索引列过滤条件,如果为空就报错,全表扫描走TableScanPlan
@@ -9692,8 +9692,8 @@ public interface GetPlanOrBuilder extends
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- java.util.List extends GetExprOrBuilder>
- getKeysOrBuilderList();
+ java.util.List extends com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>
+ getKeysOrBuilderList();
/**
*
* 索引列过滤条件,如果为空就报错,全表扫描走TableScanPlan
@@ -9701,7 +9701,7 @@ public interface GetPlanOrBuilder extends
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- GetExprOrBuilder getKeysOrBuilder(
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getKeysOrBuilder(
int index);
}
/**
@@ -9711,7 +9711,7 @@ public static final class GetPlan extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.GetPlan)
GetPlanOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use GetPlan.newBuilder() to construct.
private GetPlan(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -9720,14 +9720,14 @@ private GetPlan() {
keys_ = java.util.Collections.emptyList();
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new GetPlan();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -9738,7 +9738,7 @@ private GetPlan(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -9748,51 +9748,51 @@ private GetPlan(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
- done = true;
- break;
- case 10: {
- TableInfo.Builder subBuilder = null;
- if (((bitField0_ & 0x00000001) != 0)) {
- subBuilder = tableInfo_.toBuilder();
- }
- tableInfo_ = input.readMessage(TableInfo.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(tableInfo_);
- tableInfo_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000001;
- break;
+ case 0:
+ done = true;
+ break;
+ case 10: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000001) != 0)) {
+ subBuilder = tableInfo_.toBuilder();
}
- case 18: {
- IndexInfo.Builder subBuilder = null;
- if (((bitField0_ & 0x00000002) != 0)) {
- subBuilder = indexInfo_.toBuilder();
- }
- indexInfo_ = input.readMessage(IndexInfo.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(indexInfo_);
- indexInfo_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000002;
- break;
+ tableInfo_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(tableInfo_);
+ tableInfo_ = subBuilder.buildPartial();
+ }
+ bitField0_ |= 0x00000001;
+ break;
+ }
+ case 18: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000002) != 0)) {
+ subBuilder = indexInfo_.toBuilder();
}
- case 26: {
- if (!((mutable_bitField0_ & 0x00000004) != 0)) {
- keys_ = new java.util.ArrayList();
- mutable_bitField0_ |= 0x00000004;
- }
- keys_.add(
- input.readMessage(GetExpr.PARSER, extensionRegistry));
- break;
+ indexInfo_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(indexInfo_);
+ indexInfo_ = subBuilder.buildPartial();
}
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
+ bitField0_ |= 0x00000002;
+ break;
+ }
+ case 26: {
+ if (!((mutable_bitField0_ & 0x00000004) != 0)) {
+ keys_ = new java.util.ArrayList();
+ mutable_bitField0_ |= 0x00000004;
+ }
+ keys_.add(
+ input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.PARSER, extensionRegistry));
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
}
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -9809,21 +9809,21 @@ private GetPlan(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetPlan_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetPlan_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetPlan_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetPlan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- GetPlan.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan.class, com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan.Builder.class);
}
private int bitField0_;
public static final int TABLE_INFO_FIELD_NUMBER = 1;
- private TableInfo tableInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo tableInfo_;
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
* @return Whether the tableInfo field is set.
@@ -9835,18 +9835,18 @@ public boolean hasTableInfo() {
* required .Polarx.ExecPlan.TableInfo table_info = 1;
* @return The tableInfo.
*/
- public TableInfo getTableInfo() {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo() {
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- public TableInfoOrBuilder getTableInfoOrBuilder() {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder() {
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
public static final int INDEX_INFO_FIELD_NUMBER = 2;
- private IndexInfo indexInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo indexInfo_;
/**
*
* 如果没指定,默认走primary
@@ -9866,8 +9866,8 @@ public boolean hasIndexInfo() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
* @return The indexInfo.
*/
- public IndexInfo getIndexInfo() {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo() {
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
/**
*
@@ -9876,12 +9876,12 @@ public IndexInfo getIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- public IndexInfoOrBuilder getIndexInfoOrBuilder() {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder() {
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
public static final int KEYS_FIELD_NUMBER = 3;
- private java.util.List keys_;
+ private java.util.List keys_;
/**
*
* 索引列过滤条件,如果为空就报错,全表扫描走TableScanPlan
@@ -9889,7 +9889,7 @@ public IndexInfoOrBuilder getIndexInfoOrBuilder() {
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public java.util.List getKeysList() {
+ public java.util.List getKeysList() {
return keys_;
}
/**
@@ -9899,8 +9899,8 @@ public java.util.List getKeysList() {
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public java.util.List extends GetExprOrBuilder>
- getKeysOrBuilderList() {
+ public java.util.List extends com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>
+ getKeysOrBuilderList() {
return keys_;
}
/**
@@ -9920,7 +9920,7 @@ public int getKeysCount() {
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public GetExpr getKeys(int index) {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getKeys(int index) {
return keys_.get(index);
}
/**
@@ -9930,13 +9930,13 @@ public GetExpr getKeys(int index) {
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public GetExprOrBuilder getKeysOrBuilder(
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getKeysOrBuilder(
int index) {
return keys_.get(index);
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -9966,9 +9966,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getTableInfo());
}
@@ -9981,7 +9981,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -9989,30 +9989,30 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(1, getTableInfo());
+ .computeMessageSize(1, getTableInfo());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(2, getIndexInfo());
+ .computeMessageSize(2, getIndexInfo());
}
for (int i = 0; i < keys_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(3, keys_.get(i));
+ .computeMessageSize(3, keys_.get(i));
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof GetPlan)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan)) {
return super.equals(obj);
}
- GetPlan other = (GetPlan) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan other = (com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan) obj;
if (hasTableInfo() != other.hasTableInfo()) return false;
if (hasTableInfo()) {
@@ -10030,7 +10030,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -10054,69 +10054,69 @@ public int hashCode() {
return hash;
}
- public static GetPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static GetPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static GetPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static GetPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static GetPlan parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static GetPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static GetPlan parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static GetPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static GetPlan parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static GetPlan parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static GetPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static GetPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -10124,23 +10124,23 @@ public static GetPlan parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(GetPlan prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -10150,18 +10150,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.GetPlan)
- GetPlanOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlanOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetPlan_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetPlan_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetPlan_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetPlan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- GetPlan.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan.class, com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan.newBuilder()
@@ -10170,19 +10170,19 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
getTableInfoFieldBuilder();
getIndexInfoFieldBuilder();
getKeysFieldBuilder();
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
if (tableInfoBuilder_ == null) {
@@ -10206,29 +10206,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_GetPlan_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_GetPlan_descriptor;
}
- @Override
- public GetPlan getDefaultInstanceForType() {
- return GetPlan.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan.getDefaultInstance();
}
- @Override
- public GetPlan build() {
- GetPlan result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public GetPlan buildPartial() {
- GetPlan result = new GetPlan(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan result = new com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -10261,50 +10261,50 @@ public GetPlan buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof GetPlan) {
- return mergeFrom((GetPlan)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(GetPlan other) {
- if (other == GetPlan.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan.getDefaultInstance()) return this;
if (other.hasTableInfo()) {
mergeTableInfo(other.getTableInfo());
}
@@ -10329,9 +10329,9 @@ public Builder mergeFrom(GetPlan other) {
keysBuilder_ = null;
keys_ = other.keys_;
bitField0_ = (bitField0_ & ~0x00000004);
- keysBuilder_ =
- com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
- getKeysFieldBuilder() : null;
+ keysBuilder_ =
+ com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+ getKeysFieldBuilder() : null;
} else {
keysBuilder_.addAllMessages(other.keys_);
}
@@ -10342,7 +10342,7 @@ public Builder mergeFrom(GetPlan other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (!hasTableInfo()) {
return false;
@@ -10363,16 +10363,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- GetPlan parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (GetPlan) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -10383,9 +10383,9 @@ public Builder mergeFrom(
}
private int bitField0_;
- private TableInfo tableInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo tableInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder> tableInfoBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder> tableInfoBuilder_;
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
* @return Whether the tableInfo field is set.
@@ -10397,9 +10397,9 @@ public boolean hasTableInfo() {
* required .Polarx.ExecPlan.TableInfo table_info = 1;
* @return The tableInfo.
*/
- public TableInfo getTableInfo() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo() {
if (tableInfoBuilder_ == null) {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
} else {
return tableInfoBuilder_.getMessage();
}
@@ -10407,7 +10407,7 @@ public TableInfo getTableInfo() {
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- public Builder setTableInfo(TableInfo value) {
+ public Builder setTableInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo value) {
if (tableInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -10424,7 +10424,7 @@ public Builder setTableInfo(TableInfo value) {
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
public Builder setTableInfo(
- TableInfo.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder builderForValue) {
if (tableInfoBuilder_ == null) {
tableInfo_ = builderForValue.build();
onChanged();
@@ -10437,13 +10437,13 @@ public Builder setTableInfo(
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- public Builder mergeTableInfo(TableInfo value) {
+ public Builder mergeTableInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo value) {
if (tableInfoBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
tableInfo_ != null &&
- tableInfo_ != TableInfo.getDefaultInstance()) {
+ tableInfo_ != com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance()) {
tableInfo_ =
- TableInfo.newBuilder(tableInfo_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.newBuilder(tableInfo_).mergeFrom(value).buildPartial();
} else {
tableInfo_ = value;
}
@@ -10470,7 +10470,7 @@ public Builder clearTableInfo() {
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- public TableInfo.Builder getTableInfoBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder getTableInfoBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getTableInfoFieldBuilder().getBuilder();
@@ -10478,34 +10478,34 @@ public TableInfo.Builder getTableInfoBuilder() {
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- public TableInfoOrBuilder getTableInfoOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder() {
if (tableInfoBuilder_ != null) {
return tableInfoBuilder_.getMessageOrBuilder();
} else {
return tableInfo_ == null ?
- TableInfo.getDefaultInstance() : tableInfo_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
}
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder>
- getTableInfoFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder>
+ getTableInfoFieldBuilder() {
if (tableInfoBuilder_ == null) {
tableInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder>(
- getTableInfo(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder>(
+ getTableInfo(),
+ getParentForChildren(),
+ isClean());
tableInfo_ = null;
}
return tableInfoBuilder_;
}
- private IndexInfo indexInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo indexInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder> indexInfoBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder> indexInfoBuilder_;
/**
*
* 如果没指定,默认走primary
@@ -10525,9 +10525,9 @@ public boolean hasIndexInfo() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
* @return The indexInfo.
*/
- public IndexInfo getIndexInfo() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo() {
if (indexInfoBuilder_ == null) {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
} else {
return indexInfoBuilder_.getMessage();
}
@@ -10539,7 +10539,7 @@ public IndexInfo getIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- public Builder setIndexInfo(IndexInfo value) {
+ public Builder setIndexInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo value) {
if (indexInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -10560,7 +10560,7 @@ public Builder setIndexInfo(IndexInfo value) {
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
public Builder setIndexInfo(
- IndexInfo.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder builderForValue) {
if (indexInfoBuilder_ == null) {
indexInfo_ = builderForValue.build();
onChanged();
@@ -10577,13 +10577,13 @@ public Builder setIndexInfo(
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- public Builder mergeIndexInfo(IndexInfo value) {
+ public Builder mergeIndexInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo value) {
if (indexInfoBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
indexInfo_ != null &&
- indexInfo_ != IndexInfo.getDefaultInstance()) {
+ indexInfo_ != com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance()) {
indexInfo_ =
- IndexInfo.newBuilder(indexInfo_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.newBuilder(indexInfo_).mergeFrom(value).buildPartial();
} else {
indexInfo_ = value;
}
@@ -10618,7 +10618,7 @@ public Builder clearIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- public IndexInfo.Builder getIndexInfoBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder getIndexInfoBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getIndexInfoFieldBuilder().getBuilder();
@@ -10630,12 +10630,12 @@ public IndexInfo.Builder getIndexInfoBuilder() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- public IndexInfoOrBuilder getIndexInfoOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder() {
if (indexInfoBuilder_ != null) {
return indexInfoBuilder_.getMessageOrBuilder();
} else {
return indexInfo_ == null ?
- IndexInfo.getDefaultInstance() : indexInfo_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
}
/**
@@ -10646,30 +10646,30 @@ public IndexInfoOrBuilder getIndexInfoOrBuilder() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder>
- getIndexInfoFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder>
+ getIndexInfoFieldBuilder() {
if (indexInfoBuilder_ == null) {
indexInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder>(
- getIndexInfo(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder>(
+ getIndexInfo(),
+ getParentForChildren(),
+ isClean());
indexInfo_ = null;
}
return indexInfoBuilder_;
}
- private java.util.List keys_ =
- java.util.Collections.emptyList();
+ private java.util.List keys_ =
+ java.util.Collections.emptyList();
private void ensureKeysIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
- keys_ = new java.util.ArrayList(keys_);
+ keys_ = new java.util.ArrayList(keys_);
bitField0_ |= 0x00000004;
- }
+ }
}
private com.google.protobuf.RepeatedFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder> keysBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder> keysBuilder_;
/**
*
@@ -10678,7 +10678,7 @@ private void ensureKeysIsMutable() {
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public java.util.List getKeysList() {
+ public java.util.List getKeysList() {
if (keysBuilder_ == null) {
return java.util.Collections.unmodifiableList(keys_);
} else {
@@ -10706,7 +10706,7 @@ public int getKeysCount() {
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public GetExpr getKeys(int index) {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getKeys(int index) {
if (keysBuilder_ == null) {
return keys_.get(index);
} else {
@@ -10721,7 +10721,7 @@ public GetExpr getKeys(int index) {
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
public Builder setKeys(
- int index, GetExpr value) {
+ int index, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (keysBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -10742,7 +10742,7 @@ public Builder setKeys(
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
public Builder setKeys(
- int index, GetExpr.Builder builderForValue) {
+ int index, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder builderForValue) {
if (keysBuilder_ == null) {
ensureKeysIsMutable();
keys_.set(index, builderForValue.build());
@@ -10759,7 +10759,7 @@ public Builder setKeys(
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public Builder addKeys(GetExpr value) {
+ public Builder addKeys(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (keysBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -10780,7 +10780,7 @@ public Builder addKeys(GetExpr value) {
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
public Builder addKeys(
- int index, GetExpr value) {
+ int index, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (keysBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -10801,7 +10801,7 @@ public Builder addKeys(
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
public Builder addKeys(
- GetExpr.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder builderForValue) {
if (keysBuilder_ == null) {
ensureKeysIsMutable();
keys_.add(builderForValue.build());
@@ -10819,7 +10819,7 @@ public Builder addKeys(
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
public Builder addKeys(
- int index, GetExpr.Builder builderForValue) {
+ int index, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder builderForValue) {
if (keysBuilder_ == null) {
ensureKeysIsMutable();
keys_.add(index, builderForValue.build());
@@ -10837,7 +10837,7 @@ public Builder addKeys(
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
public Builder addAllKeys(
- Iterable extends GetExpr> values) {
+ java.lang.Iterable extends com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr> values) {
if (keysBuilder_ == null) {
ensureKeysIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
@@ -10889,7 +10889,7 @@ public Builder removeKeys(int index) {
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public GetExpr.Builder getKeysBuilder(
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder getKeysBuilder(
int index) {
return getKeysFieldBuilder().getBuilder(index);
}
@@ -10900,7 +10900,7 @@ public GetExpr.Builder getKeysBuilder(
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public GetExprOrBuilder getKeysOrBuilder(
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getKeysOrBuilder(
int index) {
if (keysBuilder_ == null) {
return keys_.get(index); } else {
@@ -10914,8 +10914,8 @@ public GetExprOrBuilder getKeysOrBuilder(
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public java.util.List extends GetExprOrBuilder>
- getKeysOrBuilderList() {
+ public java.util.List extends com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>
+ getKeysOrBuilderList() {
if (keysBuilder_ != null) {
return keysBuilder_.getMessageOrBuilderList();
} else {
@@ -10929,9 +10929,9 @@ public GetExprOrBuilder getKeysOrBuilder(
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public GetExpr.Builder addKeysBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder addKeysBuilder() {
return getKeysFieldBuilder().addBuilder(
- GetExpr.getDefaultInstance());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance());
}
/**
*
@@ -10940,10 +10940,10 @@ public GetExpr.Builder addKeysBuilder() {
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public GetExpr.Builder addKeysBuilder(
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder addKeysBuilder(
int index) {
return getKeysFieldBuilder().addBuilder(
- index, GetExpr.getDefaultInstance());
+ index, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance());
}
/**
*
@@ -10952,31 +10952,31 @@ public GetExpr.Builder addKeysBuilder(
*
* repeated .Polarx.ExecPlan.GetExpr keys = 3;
*/
- public java.util.List
- getKeysBuilderList() {
+ public java.util.List
+ getKeysBuilderList() {
return getKeysFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder>
- getKeysFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>
+ getKeysFieldBuilder() {
if (keysBuilder_ == null) {
keysBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder>(
- keys_,
- ((bitField0_ & 0x00000004) != 0),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>(
+ keys_,
+ ((bitField0_ & 0x00000004) != 0),
+ getParentForChildren(),
+ isClean());
keys_ = null;
}
return keysBuilder_;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -10987,18 +10987,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.GetPlan)
- private static final GetPlan DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new GetPlan();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan();
}
- public static GetPlan getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public GetPlan parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -11011,13 +11011,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public GetPlan getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetPlan getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -11036,11 +11036,11 @@ public interface TableScanPlanOrBuilder extends
* required .Polarx.ExecPlan.TableInfo table_info = 1;
* @return The tableInfo.
*/
- TableInfo getTableInfo();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo();
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- TableInfoOrBuilder getTableInfoOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder();
/**
*
@@ -11059,7 +11059,7 @@ public interface TableScanPlanOrBuilder extends
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
* @return The indexInfo.
*/
- IndexInfo getIndexInfo();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo();
/**
*
* 如果没指定,默认走primary
@@ -11067,7 +11067,7 @@ public interface TableScanPlanOrBuilder extends
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- IndexInfoOrBuilder getIndexInfoOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder();
/**
*
@@ -11095,7 +11095,7 @@ public static final class TableScanPlan extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.TableScanPlan)
TableScanPlanOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use TableScanPlan.newBuilder() to construct.
private TableScanPlan(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -11103,14 +11103,14 @@ private TableScanPlan(com.google.protobuf.GeneratedMessageV3.Builder> builder)
private TableScanPlan() {
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new TableScanPlan();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -11121,7 +11121,7 @@ private TableScanPlan(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -11131,47 +11131,47 @@ private TableScanPlan(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
- done = true;
- break;
- case 10: {
- TableInfo.Builder subBuilder = null;
- if (((bitField0_ & 0x00000001) != 0)) {
- subBuilder = tableInfo_.toBuilder();
- }
- tableInfo_ = input.readMessage(TableInfo.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(tableInfo_);
- tableInfo_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000001;
- break;
+ case 0:
+ done = true;
+ break;
+ case 10: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000001) != 0)) {
+ subBuilder = tableInfo_.toBuilder();
}
- case 18: {
- IndexInfo.Builder subBuilder = null;
- if (((bitField0_ & 0x00000002) != 0)) {
- subBuilder = indexInfo_.toBuilder();
- }
- indexInfo_ = input.readMessage(IndexInfo.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(indexInfo_);
- indexInfo_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000002;
- break;
+ tableInfo_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(tableInfo_);
+ tableInfo_ = subBuilder.buildPartial();
}
- case 24: {
- bitField0_ |= 0x00000004;
- reverse_ = input.readBool();
- break;
+ bitField0_ |= 0x00000001;
+ break;
+ }
+ case 18: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000002) != 0)) {
+ subBuilder = indexInfo_.toBuilder();
}
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
+ indexInfo_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(indexInfo_);
+ indexInfo_ = subBuilder.buildPartial();
}
+ bitField0_ |= 0x00000002;
+ break;
+ }
+ case 24: {
+ bitField0_ |= 0x00000004;
+ reverse_ = input.readBool();
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
+ }
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -11185,21 +11185,21 @@ private TableScanPlan(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableScanPlan_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableScanPlan_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableScanPlan_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableScanPlan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- TableScanPlan.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan.class, com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan.Builder.class);
}
private int bitField0_;
public static final int TABLE_INFO_FIELD_NUMBER = 1;
- private TableInfo tableInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo tableInfo_;
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
* @return Whether the tableInfo field is set.
@@ -11211,18 +11211,18 @@ public boolean hasTableInfo() {
* required .Polarx.ExecPlan.TableInfo table_info = 1;
* @return The tableInfo.
*/
- public TableInfo getTableInfo() {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo() {
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- public TableInfoOrBuilder getTableInfoOrBuilder() {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder() {
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
public static final int INDEX_INFO_FIELD_NUMBER = 2;
- private IndexInfo indexInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo indexInfo_;
/**
*
* 如果没指定,默认走primary
@@ -11242,8 +11242,8 @@ public boolean hasIndexInfo() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
* @return The indexInfo.
*/
- public IndexInfo getIndexInfo() {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo() {
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
/**
*
@@ -11252,8 +11252,8 @@ public IndexInfo getIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- public IndexInfoOrBuilder getIndexInfoOrBuilder() {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder() {
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
public static final int REVERSE_FIELD_NUMBER = 3;
@@ -11282,7 +11282,7 @@ public boolean getReverse() {
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -11306,9 +11306,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getTableInfo());
}
@@ -11321,7 +11321,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -11329,30 +11329,30 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(1, getTableInfo());
+ .computeMessageSize(1, getTableInfo());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(2, getIndexInfo());
+ .computeMessageSize(2, getIndexInfo());
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeBoolSize(3, reverse_);
+ .computeBoolSize(3, reverse_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof TableScanPlan)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan)) {
return super.equals(obj);
}
- TableScanPlan other = (TableScanPlan) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan other = (com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan) obj;
if (hasTableInfo() != other.hasTableInfo()) return false;
if (hasTableInfo()) {
@@ -11373,7 +11373,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -11398,69 +11398,69 @@ public int hashCode() {
return hash;
}
- public static TableScanPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static TableScanPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static TableScanPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static TableScanPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static TableScanPlan parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static TableScanPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static TableScanPlan parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static TableScanPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static TableScanPlan parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static TableScanPlan parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static TableScanPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static TableScanPlan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -11468,23 +11468,23 @@ public static TableScanPlan parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(TableScanPlan prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -11494,18 +11494,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.TableScanPlan)
- TableScanPlanOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlanOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableScanPlan_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableScanPlan_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableScanPlan_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableScanPlan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- TableScanPlan.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan.class, com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan.newBuilder()
@@ -11514,18 +11514,18 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
getTableInfoFieldBuilder();
getIndexInfoFieldBuilder();
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
if (tableInfoBuilder_ == null) {
@@ -11545,29 +11545,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableScanPlan_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableScanPlan_descriptor;
}
- @Override
- public TableScanPlan getDefaultInstanceForType() {
- return TableScanPlan.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan.getDefaultInstance();
}
- @Override
- public TableScanPlan build() {
- TableScanPlan result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public TableScanPlan buildPartial() {
- TableScanPlan result = new TableScanPlan(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan result = new com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -11595,50 +11595,50 @@ public TableScanPlan buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof TableScanPlan) {
- return mergeFrom((TableScanPlan)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(TableScanPlan other) {
- if (other == TableScanPlan.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan.getDefaultInstance()) return this;
if (other.hasTableInfo()) {
mergeTableInfo(other.getTableInfo());
}
@@ -11653,7 +11653,7 @@ public Builder mergeFrom(TableScanPlan other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (!hasTableInfo()) {
return false;
@@ -11669,16 +11669,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- TableScanPlan parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (TableScanPlan) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -11689,9 +11689,9 @@ public Builder mergeFrom(
}
private int bitField0_;
- private TableInfo tableInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo tableInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder> tableInfoBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder> tableInfoBuilder_;
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
* @return Whether the tableInfo field is set.
@@ -11703,9 +11703,9 @@ public boolean hasTableInfo() {
* required .Polarx.ExecPlan.TableInfo table_info = 1;
* @return The tableInfo.
*/
- public TableInfo getTableInfo() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo() {
if (tableInfoBuilder_ == null) {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
} else {
return tableInfoBuilder_.getMessage();
}
@@ -11713,7 +11713,7 @@ public TableInfo getTableInfo() {
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- public Builder setTableInfo(TableInfo value) {
+ public Builder setTableInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo value) {
if (tableInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -11730,7 +11730,7 @@ public Builder setTableInfo(TableInfo value) {
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
public Builder setTableInfo(
- TableInfo.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder builderForValue) {
if (tableInfoBuilder_ == null) {
tableInfo_ = builderForValue.build();
onChanged();
@@ -11743,13 +11743,13 @@ public Builder setTableInfo(
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- public Builder mergeTableInfo(TableInfo value) {
+ public Builder mergeTableInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo value) {
if (tableInfoBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
tableInfo_ != null &&
- tableInfo_ != TableInfo.getDefaultInstance()) {
+ tableInfo_ != com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance()) {
tableInfo_ =
- TableInfo.newBuilder(tableInfo_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.newBuilder(tableInfo_).mergeFrom(value).buildPartial();
} else {
tableInfo_ = value;
}
@@ -11776,7 +11776,7 @@ public Builder clearTableInfo() {
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- public TableInfo.Builder getTableInfoBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder getTableInfoBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getTableInfoFieldBuilder().getBuilder();
@@ -11784,34 +11784,34 @@ public TableInfo.Builder getTableInfoBuilder() {
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
- public TableInfoOrBuilder getTableInfoOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder() {
if (tableInfoBuilder_ != null) {
return tableInfoBuilder_.getMessageOrBuilder();
} else {
return tableInfo_ == null ?
- TableInfo.getDefaultInstance() : tableInfo_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
}
/**
* required .Polarx.ExecPlan.TableInfo table_info = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder>
- getTableInfoFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder>
+ getTableInfoFieldBuilder() {
if (tableInfoBuilder_ == null) {
tableInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder>(
- getTableInfo(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder>(
+ getTableInfo(),
+ getParentForChildren(),
+ isClean());
tableInfo_ = null;
}
return tableInfoBuilder_;
}
- private IndexInfo indexInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo indexInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder> indexInfoBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder> indexInfoBuilder_;
/**
*
* 如果没指定,默认走primary
@@ -11831,9 +11831,9 @@ public boolean hasIndexInfo() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
* @return The indexInfo.
*/
- public IndexInfo getIndexInfo() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo() {
if (indexInfoBuilder_ == null) {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
} else {
return indexInfoBuilder_.getMessage();
}
@@ -11845,7 +11845,7 @@ public IndexInfo getIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- public Builder setIndexInfo(IndexInfo value) {
+ public Builder setIndexInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo value) {
if (indexInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -11866,7 +11866,7 @@ public Builder setIndexInfo(IndexInfo value) {
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
public Builder setIndexInfo(
- IndexInfo.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder builderForValue) {
if (indexInfoBuilder_ == null) {
indexInfo_ = builderForValue.build();
onChanged();
@@ -11883,13 +11883,13 @@ public Builder setIndexInfo(
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- public Builder mergeIndexInfo(IndexInfo value) {
+ public Builder mergeIndexInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo value) {
if (indexInfoBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
indexInfo_ != null &&
- indexInfo_ != IndexInfo.getDefaultInstance()) {
+ indexInfo_ != com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance()) {
indexInfo_ =
- IndexInfo.newBuilder(indexInfo_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.newBuilder(indexInfo_).mergeFrom(value).buildPartial();
} else {
indexInfo_ = value;
}
@@ -11924,7 +11924,7 @@ public Builder clearIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- public IndexInfo.Builder getIndexInfoBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder getIndexInfoBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getIndexInfoFieldBuilder().getBuilder();
@@ -11936,12 +11936,12 @@ public IndexInfo.Builder getIndexInfoBuilder() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
- public IndexInfoOrBuilder getIndexInfoOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder() {
if (indexInfoBuilder_ != null) {
return indexInfoBuilder_.getMessageOrBuilder();
} else {
return indexInfo_ == null ?
- IndexInfo.getDefaultInstance() : indexInfo_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
}
/**
@@ -11952,14 +11952,14 @@ public IndexInfoOrBuilder getIndexInfoOrBuilder() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder>
- getIndexInfoFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder>
+ getIndexInfoFieldBuilder() {
if (indexInfoBuilder_ == null) {
indexInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder>(
- getIndexInfo(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder>(
+ getIndexInfo(),
+ getParentForChildren(),
+ isClean());
indexInfo_ = null;
}
return indexInfoBuilder_;
@@ -12017,13 +12017,13 @@ public Builder clearReverse() {
onChanged();
return this;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -12034,18 +12034,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.TableScanPlan)
- private static final TableScanPlan DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new TableScanPlan();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan();
}
- public static TableScanPlan getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public TableScanPlan parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -12058,13 +12058,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public TableScanPlan getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableScanPlan getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -12091,7 +12091,7 @@ public interface KeyOnlyRangeScanOrBuilder extends
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
* @return The snapshot.
*/
- Transaction getSnapshot();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction getSnapshot();
/**
*
* 读取快照,只有作为 top plan 时填写
@@ -12099,7 +12099,7 @@ public interface KeyOnlyRangeScanOrBuilder extends
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- TransactionOrBuilder getSnapshotOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder getSnapshotOrBuilder();
/**
*
@@ -12118,7 +12118,7 @@ public interface KeyOnlyRangeScanOrBuilder extends
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
* @return The tableInfo.
*/
- TableInfo getTableInfo();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo();
/**
*
* 读取的目标 table
@@ -12126,7 +12126,7 @@ public interface KeyOnlyRangeScanOrBuilder extends
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- TableInfoOrBuilder getTableInfoOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder();
/**
*
@@ -12145,7 +12145,7 @@ public interface KeyOnlyRangeScanOrBuilder extends
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
* @return The indexInfo.
*/
- IndexInfo getIndexInfo();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo();
/**
*
* 读取的目标 index
@@ -12153,7 +12153,7 @@ public interface KeyOnlyRangeScanOrBuilder extends
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- IndexInfoOrBuilder getIndexInfoOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder();
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
@@ -12164,11 +12164,11 @@ public interface KeyOnlyRangeScanOrBuilder extends
* optional .Polarx.ExecPlan.GetExpr key = 5;
* @return The key.
*/
- GetExpr getKey();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getKey();
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- GetExprOrBuilder getKeyOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getKeyOrBuilder();
/**
*
@@ -12187,7 +12187,7 @@ public interface KeyOnlyRangeScanOrBuilder extends
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
* @return The endKey.
*/
- GetExpr getEndKey();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getEndKey();
/**
*
* end 条件,可选
@@ -12195,7 +12195,7 @@ public interface KeyOnlyRangeScanOrBuilder extends
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- GetExprOrBuilder getEndKeyOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getEndKeyOrBuilder();
/**
*
@@ -12242,7 +12242,7 @@ public static final class KeyOnlyRangeScan extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.KeyOnlyRangeScan)
KeyOnlyRangeScanOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use KeyOnlyRangeScan.newBuilder() to construct.
private KeyOnlyRangeScan(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -12250,14 +12250,14 @@ private KeyOnlyRangeScan(com.google.protobuf.GeneratedMessageV3.Builder> build
private KeyOnlyRangeScan() {
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new KeyOnlyRangeScan();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -12268,7 +12268,7 @@ private KeyOnlyRangeScan(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -12278,91 +12278,91 @@ private KeyOnlyRangeScan(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
- done = true;
- break;
- case 10: {
- Transaction.Builder subBuilder = null;
- if (((bitField0_ & 0x00000001) != 0)) {
- subBuilder = snapshot_.toBuilder();
- }
- snapshot_ = input.readMessage(Transaction.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(snapshot_);
- snapshot_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000001;
- break;
+ case 0:
+ done = true;
+ break;
+ case 10: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000001) != 0)) {
+ subBuilder = snapshot_.toBuilder();
}
- case 26: {
- TableInfo.Builder subBuilder = null;
- if (((bitField0_ & 0x00000002) != 0)) {
- subBuilder = tableInfo_.toBuilder();
- }
- tableInfo_ = input.readMessage(TableInfo.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(tableInfo_);
- tableInfo_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000002;
- break;
+ snapshot_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(snapshot_);
+ snapshot_ = subBuilder.buildPartial();
+ }
+ bitField0_ |= 0x00000001;
+ break;
+ }
+ case 26: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000002) != 0)) {
+ subBuilder = tableInfo_.toBuilder();
+ }
+ tableInfo_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(tableInfo_);
+ tableInfo_ = subBuilder.buildPartial();
}
- case 34: {
- IndexInfo.Builder subBuilder = null;
- if (((bitField0_ & 0x00000004) != 0)) {
- subBuilder = indexInfo_.toBuilder();
- }
- indexInfo_ = input.readMessage(IndexInfo.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(indexInfo_);
- indexInfo_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000004;
- break;
+ bitField0_ |= 0x00000002;
+ break;
+ }
+ case 34: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000004) != 0)) {
+ subBuilder = indexInfo_.toBuilder();
}
- case 42: {
- GetExpr.Builder subBuilder = null;
- if (((bitField0_ & 0x00000008) != 0)) {
- subBuilder = key_.toBuilder();
- }
- key_ = input.readMessage(GetExpr.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(key_);
- key_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000008;
- break;
+ indexInfo_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(indexInfo_);
+ indexInfo_ = subBuilder.buildPartial();
}
- case 50: {
- GetExpr.Builder subBuilder = null;
- if (((bitField0_ & 0x00000010) != 0)) {
- subBuilder = endKey_.toBuilder();
- }
- endKey_ = input.readMessage(GetExpr.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(endKey_);
- endKey_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000010;
- break;
+ bitField0_ |= 0x00000004;
+ break;
+ }
+ case 42: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000008) != 0)) {
+ subBuilder = key_.toBuilder();
}
- case 64: {
- bitField0_ |= 0x00000020;
- reverse_ = input.readBool();
- break;
+ key_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(key_);
+ key_ = subBuilder.buildPartial();
}
- case 72: {
- bitField0_ |= 0x00000040;
- flag_ = input.readInt64();
- break;
+ bitField0_ |= 0x00000008;
+ break;
+ }
+ case 50: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000010) != 0)) {
+ subBuilder = endKey_.toBuilder();
}
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
+ endKey_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(endKey_);
+ endKey_ = subBuilder.buildPartial();
}
+ bitField0_ |= 0x00000010;
+ break;
+ }
+ case 64: {
+ bitField0_ |= 0x00000020;
+ reverse_ = input.readBool();
+ break;
+ }
+ case 72: {
+ bitField0_ |= 0x00000040;
+ flag_ = input.readInt64();
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
+ }
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -12376,21 +12376,21 @@ private KeyOnlyRangeScan(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyOnlyRangeScan_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyOnlyRangeScan_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyOnlyRangeScan_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyOnlyRangeScan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- KeyOnlyRangeScan.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan.class, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan.Builder.class);
}
private int bitField0_;
public static final int SNAPSHOT_FIELD_NUMBER = 1;
- private Transaction snapshot_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction snapshot_;
/**
*
* 读取快照,只有作为 top plan 时填写
@@ -12410,8 +12410,8 @@ public boolean hasSnapshot() {
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
* @return The snapshot.
*/
- public Transaction getSnapshot() {
- return snapshot_ == null ? Transaction.getDefaultInstance() : snapshot_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction getSnapshot() {
+ return snapshot_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance() : snapshot_;
}
/**
*
@@ -12420,12 +12420,12 @@ public Transaction getSnapshot() {
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- public TransactionOrBuilder getSnapshotOrBuilder() {
- return snapshot_ == null ? Transaction.getDefaultInstance() : snapshot_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder getSnapshotOrBuilder() {
+ return snapshot_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance() : snapshot_;
}
public static final int TABLE_INFO_FIELD_NUMBER = 3;
- private TableInfo tableInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo tableInfo_;
/**
*
* 读取的目标 table
@@ -12445,8 +12445,8 @@ public boolean hasTableInfo() {
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
* @return The tableInfo.
*/
- public TableInfo getTableInfo() {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo() {
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
/**
*
@@ -12455,12 +12455,12 @@ public TableInfo getTableInfo() {
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- public TableInfoOrBuilder getTableInfoOrBuilder() {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder() {
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
public static final int INDEX_INFO_FIELD_NUMBER = 4;
- private IndexInfo indexInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo indexInfo_;
/**
*
* 读取的目标 index
@@ -12480,8 +12480,8 @@ public boolean hasIndexInfo() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
* @return The indexInfo.
*/
- public IndexInfo getIndexInfo() {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo() {
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
/**
*
@@ -12490,12 +12490,12 @@ public IndexInfo getIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- public IndexInfoOrBuilder getIndexInfoOrBuilder() {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder() {
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
public static final int KEY_FIELD_NUMBER = 5;
- private GetExpr key_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr key_;
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
* @return Whether the key field is set.
@@ -12507,18 +12507,18 @@ public boolean hasKey() {
* optional .Polarx.ExecPlan.GetExpr key = 5;
* @return The key.
*/
- public GetExpr getKey() {
- return key_ == null ? GetExpr.getDefaultInstance() : key_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getKey() {
+ return key_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : key_;
}
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- public GetExprOrBuilder getKeyOrBuilder() {
- return key_ == null ? GetExpr.getDefaultInstance() : key_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getKeyOrBuilder() {
+ return key_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : key_;
}
public static final int END_KEY_FIELD_NUMBER = 6;
- private GetExpr endKey_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr endKey_;
/**
*
* end 条件,可选
@@ -12538,8 +12538,8 @@ public boolean hasEndKey() {
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
* @return The endKey.
*/
- public GetExpr getEndKey() {
- return endKey_ == null ? GetExpr.getDefaultInstance() : endKey_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getEndKey() {
+ return endKey_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : endKey_;
}
/**
*
@@ -12548,8 +12548,8 @@ public GetExpr getEndKey() {
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- public GetExprOrBuilder getEndKeyOrBuilder() {
- return endKey_ == null ? GetExpr.getDefaultInstance() : endKey_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getEndKeyOrBuilder() {
+ return endKey_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : endKey_;
}
public static final int REVERSE_FIELD_NUMBER = 8;
@@ -12603,7 +12603,7 @@ public long getFlag() {
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -12637,9 +12637,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getSnapshot());
}
@@ -12664,7 +12664,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -12672,46 +12672,46 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(1, getSnapshot());
+ .computeMessageSize(1, getSnapshot());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(3, getTableInfo());
+ .computeMessageSize(3, getTableInfo());
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(4, getIndexInfo());
+ .computeMessageSize(4, getIndexInfo());
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(5, getKey());
+ .computeMessageSize(5, getKey());
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(6, getEndKey());
+ .computeMessageSize(6, getEndKey());
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeBoolSize(8, reverse_);
+ .computeBoolSize(8, reverse_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeInt64Size(9, flag_);
+ .computeInt64Size(9, flag_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof KeyOnlyRangeScan)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan)) {
return super.equals(obj);
}
- KeyOnlyRangeScan other = (KeyOnlyRangeScan) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan other = (com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan) obj;
if (hasSnapshot() != other.hasSnapshot()) return false;
if (hasSnapshot()) {
@@ -12752,7 +12752,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -12794,69 +12794,69 @@ public int hashCode() {
return hash;
}
- public static KeyOnlyRangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static KeyOnlyRangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static KeyOnlyRangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static KeyOnlyRangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static KeyOnlyRangeScan parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static KeyOnlyRangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static KeyOnlyRangeScan parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static KeyOnlyRangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static KeyOnlyRangeScan parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static KeyOnlyRangeScan parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static KeyOnlyRangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static KeyOnlyRangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -12864,23 +12864,23 @@ public static KeyOnlyRangeScan parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(KeyOnlyRangeScan prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -12890,18 +12890,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.KeyOnlyRangeScan)
- KeyOnlyRangeScanOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScanOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyOnlyRangeScan_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyOnlyRangeScan_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyOnlyRangeScan_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyOnlyRangeScan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- KeyOnlyRangeScan.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan.class, com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan.newBuilder()
@@ -12910,13 +12910,13 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
getSnapshotFieldBuilder();
getTableInfoFieldBuilder();
getIndexInfoFieldBuilder();
@@ -12924,7 +12924,7 @@ private void maybeForceBuilderInitialization() {
getEndKeyFieldBuilder();
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
if (snapshotBuilder_ == null) {
@@ -12964,29 +12964,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyOnlyRangeScan_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_KeyOnlyRangeScan_descriptor;
}
- @Override
- public KeyOnlyRangeScan getDefaultInstanceForType() {
- return KeyOnlyRangeScan.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan.getDefaultInstance();
}
- @Override
- public KeyOnlyRangeScan build() {
- KeyOnlyRangeScan result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public KeyOnlyRangeScan buildPartial() {
- KeyOnlyRangeScan result = new KeyOnlyRangeScan(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan result = new com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -13042,50 +13042,50 @@ public KeyOnlyRangeScan buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof KeyOnlyRangeScan) {
- return mergeFrom((KeyOnlyRangeScan)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(KeyOnlyRangeScan other) {
- if (other == KeyOnlyRangeScan.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan.getDefaultInstance()) return this;
if (other.hasSnapshot()) {
mergeSnapshot(other.getSnapshot());
}
@@ -13112,7 +13112,7 @@ public Builder mergeFrom(KeyOnlyRangeScan other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (hasTableInfo()) {
if (!getTableInfo().isInitialized()) {
@@ -13137,16 +13137,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- KeyOnlyRangeScan parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (KeyOnlyRangeScan) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -13157,9 +13157,9 @@ public Builder mergeFrom(
}
private int bitField0_;
- private Transaction snapshot_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction snapshot_;
private com.google.protobuf.SingleFieldBuilderV3<
- Transaction, Transaction.Builder, TransactionOrBuilder> snapshotBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction, com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder> snapshotBuilder_;
/**
*
* 读取快照,只有作为 top plan 时填写
@@ -13179,9 +13179,9 @@ public boolean hasSnapshot() {
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
* @return The snapshot.
*/
- public Transaction getSnapshot() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction getSnapshot() {
if (snapshotBuilder_ == null) {
- return snapshot_ == null ? Transaction.getDefaultInstance() : snapshot_;
+ return snapshot_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance() : snapshot_;
} else {
return snapshotBuilder_.getMessage();
}
@@ -13193,7 +13193,7 @@ public Transaction getSnapshot() {
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- public Builder setSnapshot(Transaction value) {
+ public Builder setSnapshot(com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction value) {
if (snapshotBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -13214,7 +13214,7 @@ public Builder setSnapshot(Transaction value) {
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
public Builder setSnapshot(
- Transaction.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder builderForValue) {
if (snapshotBuilder_ == null) {
snapshot_ = builderForValue.build();
onChanged();
@@ -13231,13 +13231,13 @@ public Builder setSnapshot(
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- public Builder mergeSnapshot(Transaction value) {
+ public Builder mergeSnapshot(com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction value) {
if (snapshotBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
snapshot_ != null &&
- snapshot_ != Transaction.getDefaultInstance()) {
+ snapshot_ != com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance()) {
snapshot_ =
- Transaction.newBuilder(snapshot_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.newBuilder(snapshot_).mergeFrom(value).buildPartial();
} else {
snapshot_ = value;
}
@@ -13272,7 +13272,7 @@ public Builder clearSnapshot() {
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- public Transaction.Builder getSnapshotBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder getSnapshotBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getSnapshotFieldBuilder().getBuilder();
@@ -13284,12 +13284,12 @@ public Transaction.Builder getSnapshotBuilder() {
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- public TransactionOrBuilder getSnapshotOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder getSnapshotOrBuilder() {
if (snapshotBuilder_ != null) {
return snapshotBuilder_.getMessageOrBuilder();
} else {
return snapshot_ == null ?
- Transaction.getDefaultInstance() : snapshot_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance() : snapshot_;
}
}
/**
@@ -13300,22 +13300,22 @@ public TransactionOrBuilder getSnapshotOrBuilder() {
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- Transaction, Transaction.Builder, TransactionOrBuilder>
- getSnapshotFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction, com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder>
+ getSnapshotFieldBuilder() {
if (snapshotBuilder_ == null) {
snapshotBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- Transaction, Transaction.Builder, TransactionOrBuilder>(
- getSnapshot(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction, com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder>(
+ getSnapshot(),
+ getParentForChildren(),
+ isClean());
snapshot_ = null;
}
return snapshotBuilder_;
}
- private TableInfo tableInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo tableInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder> tableInfoBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder> tableInfoBuilder_;
/**
*
* 读取的目标 table
@@ -13335,9 +13335,9 @@ public boolean hasTableInfo() {
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
* @return The tableInfo.
*/
- public TableInfo getTableInfo() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo() {
if (tableInfoBuilder_ == null) {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
} else {
return tableInfoBuilder_.getMessage();
}
@@ -13349,7 +13349,7 @@ public TableInfo getTableInfo() {
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- public Builder setTableInfo(TableInfo value) {
+ public Builder setTableInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo value) {
if (tableInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -13370,7 +13370,7 @@ public Builder setTableInfo(TableInfo value) {
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
public Builder setTableInfo(
- TableInfo.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder builderForValue) {
if (tableInfoBuilder_ == null) {
tableInfo_ = builderForValue.build();
onChanged();
@@ -13387,13 +13387,13 @@ public Builder setTableInfo(
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- public Builder mergeTableInfo(TableInfo value) {
+ public Builder mergeTableInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo value) {
if (tableInfoBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
tableInfo_ != null &&
- tableInfo_ != TableInfo.getDefaultInstance()) {
+ tableInfo_ != com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance()) {
tableInfo_ =
- TableInfo.newBuilder(tableInfo_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.newBuilder(tableInfo_).mergeFrom(value).buildPartial();
} else {
tableInfo_ = value;
}
@@ -13428,7 +13428,7 @@ public Builder clearTableInfo() {
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- public TableInfo.Builder getTableInfoBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder getTableInfoBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getTableInfoFieldBuilder().getBuilder();
@@ -13440,12 +13440,12 @@ public TableInfo.Builder getTableInfoBuilder() {
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- public TableInfoOrBuilder getTableInfoOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder() {
if (tableInfoBuilder_ != null) {
return tableInfoBuilder_.getMessageOrBuilder();
} else {
return tableInfo_ == null ?
- TableInfo.getDefaultInstance() : tableInfo_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
}
/**
@@ -13456,22 +13456,22 @@ public TableInfoOrBuilder getTableInfoOrBuilder() {
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder>
- getTableInfoFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder>
+ getTableInfoFieldBuilder() {
if (tableInfoBuilder_ == null) {
tableInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder>(
- getTableInfo(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder>(
+ getTableInfo(),
+ getParentForChildren(),
+ isClean());
tableInfo_ = null;
}
return tableInfoBuilder_;
}
- private IndexInfo indexInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo indexInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder> indexInfoBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder> indexInfoBuilder_;
/**
*
* 读取的目标 index
@@ -13491,9 +13491,9 @@ public boolean hasIndexInfo() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
* @return The indexInfo.
*/
- public IndexInfo getIndexInfo() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo() {
if (indexInfoBuilder_ == null) {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
} else {
return indexInfoBuilder_.getMessage();
}
@@ -13505,7 +13505,7 @@ public IndexInfo getIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- public Builder setIndexInfo(IndexInfo value) {
+ public Builder setIndexInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo value) {
if (indexInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -13526,7 +13526,7 @@ public Builder setIndexInfo(IndexInfo value) {
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
public Builder setIndexInfo(
- IndexInfo.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder builderForValue) {
if (indexInfoBuilder_ == null) {
indexInfo_ = builderForValue.build();
onChanged();
@@ -13543,13 +13543,13 @@ public Builder setIndexInfo(
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- public Builder mergeIndexInfo(IndexInfo value) {
+ public Builder mergeIndexInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo value) {
if (indexInfoBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
indexInfo_ != null &&
- indexInfo_ != IndexInfo.getDefaultInstance()) {
+ indexInfo_ != com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance()) {
indexInfo_ =
- IndexInfo.newBuilder(indexInfo_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.newBuilder(indexInfo_).mergeFrom(value).buildPartial();
} else {
indexInfo_ = value;
}
@@ -13584,7 +13584,7 @@ public Builder clearIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- public IndexInfo.Builder getIndexInfoBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder getIndexInfoBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getIndexInfoFieldBuilder().getBuilder();
@@ -13596,12 +13596,12 @@ public IndexInfo.Builder getIndexInfoBuilder() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- public IndexInfoOrBuilder getIndexInfoOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder() {
if (indexInfoBuilder_ != null) {
return indexInfoBuilder_.getMessageOrBuilder();
} else {
return indexInfo_ == null ?
- IndexInfo.getDefaultInstance() : indexInfo_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
}
/**
@@ -13612,22 +13612,22 @@ public IndexInfoOrBuilder getIndexInfoOrBuilder() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder>
- getIndexInfoFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder>
+ getIndexInfoFieldBuilder() {
if (indexInfoBuilder_ == null) {
indexInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder>(
- getIndexInfo(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder>(
+ getIndexInfo(),
+ getParentForChildren(),
+ isClean());
indexInfo_ = null;
}
return indexInfoBuilder_;
}
- private GetExpr key_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr key_;
private com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder> keyBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder> keyBuilder_;
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
* @return Whether the key field is set.
@@ -13639,9 +13639,9 @@ public boolean hasKey() {
* optional .Polarx.ExecPlan.GetExpr key = 5;
* @return The key.
*/
- public GetExpr getKey() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getKey() {
if (keyBuilder_ == null) {
- return key_ == null ? GetExpr.getDefaultInstance() : key_;
+ return key_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : key_;
} else {
return keyBuilder_.getMessage();
}
@@ -13649,7 +13649,7 @@ public GetExpr getKey() {
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- public Builder setKey(GetExpr value) {
+ public Builder setKey(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (keyBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -13666,7 +13666,7 @@ public Builder setKey(GetExpr value) {
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
public Builder setKey(
- GetExpr.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder builderForValue) {
if (keyBuilder_ == null) {
key_ = builderForValue.build();
onChanged();
@@ -13679,13 +13679,13 @@ public Builder setKey(
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- public Builder mergeKey(GetExpr value) {
+ public Builder mergeKey(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (keyBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
key_ != null &&
- key_ != GetExpr.getDefaultInstance()) {
+ key_ != com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance()) {
key_ =
- GetExpr.newBuilder(key_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.newBuilder(key_).mergeFrom(value).buildPartial();
} else {
key_ = value;
}
@@ -13712,7 +13712,7 @@ public Builder clearKey() {
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- public GetExpr.Builder getKeyBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder getKeyBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getKeyFieldBuilder().getBuilder();
@@ -13720,34 +13720,34 @@ public GetExpr.Builder getKeyBuilder() {
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- public GetExprOrBuilder getKeyOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getKeyOrBuilder() {
if (keyBuilder_ != null) {
return keyBuilder_.getMessageOrBuilder();
} else {
return key_ == null ?
- GetExpr.getDefaultInstance() : key_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : key_;
}
}
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder>
- getKeyFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>
+ getKeyFieldBuilder() {
if (keyBuilder_ == null) {
keyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder>(
- getKey(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>(
+ getKey(),
+ getParentForChildren(),
+ isClean());
key_ = null;
}
return keyBuilder_;
}
- private GetExpr endKey_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr endKey_;
private com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder> endKeyBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder> endKeyBuilder_;
/**
*
* end 条件,可选
@@ -13767,9 +13767,9 @@ public boolean hasEndKey() {
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
* @return The endKey.
*/
- public GetExpr getEndKey() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getEndKey() {
if (endKeyBuilder_ == null) {
- return endKey_ == null ? GetExpr.getDefaultInstance() : endKey_;
+ return endKey_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : endKey_;
} else {
return endKeyBuilder_.getMessage();
}
@@ -13781,7 +13781,7 @@ public GetExpr getEndKey() {
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- public Builder setEndKey(GetExpr value) {
+ public Builder setEndKey(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (endKeyBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -13802,7 +13802,7 @@ public Builder setEndKey(GetExpr value) {
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
public Builder setEndKey(
- GetExpr.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder builderForValue) {
if (endKeyBuilder_ == null) {
endKey_ = builderForValue.build();
onChanged();
@@ -13819,13 +13819,13 @@ public Builder setEndKey(
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- public Builder mergeEndKey(GetExpr value) {
+ public Builder mergeEndKey(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (endKeyBuilder_ == null) {
if (((bitField0_ & 0x00000010) != 0) &&
endKey_ != null &&
- endKey_ != GetExpr.getDefaultInstance()) {
+ endKey_ != com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance()) {
endKey_ =
- GetExpr.newBuilder(endKey_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.newBuilder(endKey_).mergeFrom(value).buildPartial();
} else {
endKey_ = value;
}
@@ -13860,7 +13860,7 @@ public Builder clearEndKey() {
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- public GetExpr.Builder getEndKeyBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder getEndKeyBuilder() {
bitField0_ |= 0x00000010;
onChanged();
return getEndKeyFieldBuilder().getBuilder();
@@ -13872,12 +13872,12 @@ public GetExpr.Builder getEndKeyBuilder() {
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- public GetExprOrBuilder getEndKeyOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getEndKeyOrBuilder() {
if (endKeyBuilder_ != null) {
return endKeyBuilder_.getMessageOrBuilder();
} else {
return endKey_ == null ?
- GetExpr.getDefaultInstance() : endKey_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : endKey_;
}
}
/**
@@ -13888,14 +13888,14 @@ public GetExprOrBuilder getEndKeyOrBuilder() {
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder>
- getEndKeyFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>
+ getEndKeyFieldBuilder() {
if (endKeyBuilder_ == null) {
endKeyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder>(
- getEndKey(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>(
+ getEndKey(),
+ getParentForChildren(),
+ isClean());
endKey_ = null;
}
return endKeyBuilder_;
@@ -14006,13 +14006,13 @@ public Builder clearFlag() {
onChanged();
return this;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -14023,18 +14023,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.KeyOnlyRangeScan)
- private static final KeyOnlyRangeScan DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new KeyOnlyRangeScan();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan();
}
- public static KeyOnlyRangeScan getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public KeyOnlyRangeScan parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -14047,13 +14047,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public KeyOnlyRangeScan getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.KeyOnlyRangeScan getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -14080,7 +14080,7 @@ public interface RangeScanOrBuilder extends
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
* @return The snapshot.
*/
- Transaction getSnapshot();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction getSnapshot();
/**
*
* 读取快照,只有作为 top plan 时填写
@@ -14088,7 +14088,7 @@ public interface RangeScanOrBuilder extends
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- TransactionOrBuilder getSnapshotOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder getSnapshotOrBuilder();
/**
*
@@ -14107,7 +14107,7 @@ public interface RangeScanOrBuilder extends
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
* @return The tableInfo.
*/
- TableInfo getTableInfo();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo();
/**
*
* 读取的目标 table
@@ -14115,7 +14115,7 @@ public interface RangeScanOrBuilder extends
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- TableInfoOrBuilder getTableInfoOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder();
/**
*
@@ -14134,7 +14134,7 @@ public interface RangeScanOrBuilder extends
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
* @return The indexInfo.
*/
- IndexInfo getIndexInfo();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo();
/**
*
* 读取的目标 index
@@ -14142,7 +14142,7 @@ public interface RangeScanOrBuilder extends
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- IndexInfoOrBuilder getIndexInfoOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder();
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
@@ -14153,11 +14153,11 @@ public interface RangeScanOrBuilder extends
* optional .Polarx.ExecPlan.GetExpr key = 5;
* @return The key.
*/
- GetExpr getKey();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getKey();
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- GetExprOrBuilder getKeyOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getKeyOrBuilder();
/**
*
@@ -14176,7 +14176,7 @@ public interface RangeScanOrBuilder extends
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
* @return The endKey.
*/
- GetExpr getEndKey();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getEndKey();
/**
*
* end 条件,可选
@@ -14184,7 +14184,7 @@ public interface RangeScanOrBuilder extends
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- GetExprOrBuilder getEndKeyOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getEndKeyOrBuilder();
/**
*
@@ -14231,7 +14231,7 @@ public static final class RangeScan extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.RangeScan)
RangeScanOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use RangeScan.newBuilder() to construct.
private RangeScan(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -14239,14 +14239,14 @@ private RangeScan(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
private RangeScan() {
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new RangeScan();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -14257,7 +14257,7 @@ private RangeScan(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -14267,91 +14267,91 @@ private RangeScan(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
- done = true;
- break;
- case 10: {
- Transaction.Builder subBuilder = null;
- if (((bitField0_ & 0x00000001) != 0)) {
- subBuilder = snapshot_.toBuilder();
- }
- snapshot_ = input.readMessage(Transaction.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(snapshot_);
- snapshot_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000001;
- break;
+ case 0:
+ done = true;
+ break;
+ case 10: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000001) != 0)) {
+ subBuilder = snapshot_.toBuilder();
}
- case 26: {
- TableInfo.Builder subBuilder = null;
- if (((bitField0_ & 0x00000002) != 0)) {
- subBuilder = tableInfo_.toBuilder();
- }
- tableInfo_ = input.readMessage(TableInfo.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(tableInfo_);
- tableInfo_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000002;
- break;
+ snapshot_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(snapshot_);
+ snapshot_ = subBuilder.buildPartial();
+ }
+ bitField0_ |= 0x00000001;
+ break;
+ }
+ case 26: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000002) != 0)) {
+ subBuilder = tableInfo_.toBuilder();
+ }
+ tableInfo_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(tableInfo_);
+ tableInfo_ = subBuilder.buildPartial();
+ }
+ bitField0_ |= 0x00000002;
+ break;
+ }
+ case 34: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000004) != 0)) {
+ subBuilder = indexInfo_.toBuilder();
}
- case 34: {
- IndexInfo.Builder subBuilder = null;
- if (((bitField0_ & 0x00000004) != 0)) {
- subBuilder = indexInfo_.toBuilder();
- }
- indexInfo_ = input.readMessage(IndexInfo.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(indexInfo_);
- indexInfo_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000004;
- break;
+ indexInfo_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(indexInfo_);
+ indexInfo_ = subBuilder.buildPartial();
}
- case 42: {
- GetExpr.Builder subBuilder = null;
- if (((bitField0_ & 0x00000008) != 0)) {
- subBuilder = key_.toBuilder();
- }
- key_ = input.readMessage(GetExpr.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(key_);
- key_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000008;
- break;
+ bitField0_ |= 0x00000004;
+ break;
+ }
+ case 42: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000008) != 0)) {
+ subBuilder = key_.toBuilder();
}
- case 50: {
- GetExpr.Builder subBuilder = null;
- if (((bitField0_ & 0x00000010) != 0)) {
- subBuilder = endKey_.toBuilder();
- }
- endKey_ = input.readMessage(GetExpr.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(endKey_);
- endKey_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000010;
- break;
+ key_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(key_);
+ key_ = subBuilder.buildPartial();
}
- case 64: {
- bitField0_ |= 0x00000020;
- reverse_ = input.readBool();
- break;
+ bitField0_ |= 0x00000008;
+ break;
+ }
+ case 50: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000010) != 0)) {
+ subBuilder = endKey_.toBuilder();
}
- case 72: {
- bitField0_ |= 0x00000040;
- flag_ = input.readInt64();
- break;
+ endKey_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(endKey_);
+ endKey_ = subBuilder.buildPartial();
}
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
+ bitField0_ |= 0x00000010;
+ break;
+ }
+ case 64: {
+ bitField0_ |= 0x00000020;
+ reverse_ = input.readBool();
+ break;
+ }
+ case 72: {
+ bitField0_ |= 0x00000040;
+ flag_ = input.readInt64();
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
}
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -14365,21 +14365,21 @@ private RangeScan(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_RangeScan_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_RangeScan_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_RangeScan_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_RangeScan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- RangeScan.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan.class, com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan.Builder.class);
}
private int bitField0_;
public static final int SNAPSHOT_FIELD_NUMBER = 1;
- private Transaction snapshot_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction snapshot_;
/**
*
* 读取快照,只有作为 top plan 时填写
@@ -14399,8 +14399,8 @@ public boolean hasSnapshot() {
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
* @return The snapshot.
*/
- public Transaction getSnapshot() {
- return snapshot_ == null ? Transaction.getDefaultInstance() : snapshot_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction getSnapshot() {
+ return snapshot_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance() : snapshot_;
}
/**
*
@@ -14409,12 +14409,12 @@ public Transaction getSnapshot() {
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- public TransactionOrBuilder getSnapshotOrBuilder() {
- return snapshot_ == null ? Transaction.getDefaultInstance() : snapshot_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder getSnapshotOrBuilder() {
+ return snapshot_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance() : snapshot_;
}
public static final int TABLE_INFO_FIELD_NUMBER = 3;
- private TableInfo tableInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo tableInfo_;
/**
*
* 读取的目标 table
@@ -14434,8 +14434,8 @@ public boolean hasTableInfo() {
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
* @return The tableInfo.
*/
- public TableInfo getTableInfo() {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo() {
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
/**
*
@@ -14444,12 +14444,12 @@ public TableInfo getTableInfo() {
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- public TableInfoOrBuilder getTableInfoOrBuilder() {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder() {
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
public static final int INDEX_INFO_FIELD_NUMBER = 4;
- private IndexInfo indexInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo indexInfo_;
/**
*
* 读取的目标 index
@@ -14469,8 +14469,8 @@ public boolean hasIndexInfo() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
* @return The indexInfo.
*/
- public IndexInfo getIndexInfo() {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo() {
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
/**
*
@@ -14479,12 +14479,12 @@ public IndexInfo getIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- public IndexInfoOrBuilder getIndexInfoOrBuilder() {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder() {
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
public static final int KEY_FIELD_NUMBER = 5;
- private GetExpr key_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr key_;
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
* @return Whether the key field is set.
@@ -14496,18 +14496,18 @@ public boolean hasKey() {
* optional .Polarx.ExecPlan.GetExpr key = 5;
* @return The key.
*/
- public GetExpr getKey() {
- return key_ == null ? GetExpr.getDefaultInstance() : key_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getKey() {
+ return key_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : key_;
}
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- public GetExprOrBuilder getKeyOrBuilder() {
- return key_ == null ? GetExpr.getDefaultInstance() : key_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getKeyOrBuilder() {
+ return key_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : key_;
}
public static final int END_KEY_FIELD_NUMBER = 6;
- private GetExpr endKey_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr endKey_;
/**
*
* end 条件,可选
@@ -14527,8 +14527,8 @@ public boolean hasEndKey() {
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
* @return The endKey.
*/
- public GetExpr getEndKey() {
- return endKey_ == null ? GetExpr.getDefaultInstance() : endKey_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getEndKey() {
+ return endKey_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : endKey_;
}
/**
*
@@ -14537,8 +14537,8 @@ public GetExpr getEndKey() {
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- public GetExprOrBuilder getEndKeyOrBuilder() {
- return endKey_ == null ? GetExpr.getDefaultInstance() : endKey_;
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getEndKeyOrBuilder() {
+ return endKey_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : endKey_;
}
public static final int REVERSE_FIELD_NUMBER = 8;
@@ -14592,7 +14592,7 @@ public long getFlag() {
}
private byte memoizedIsInitialized = -1;
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
@@ -14626,9 +14626,9 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
- throws java.io.IOException {
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getSnapshot());
}
@@ -14653,7 +14653,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
unknownFields.writeTo(output);
}
- @Override
+ @java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
@@ -14661,46 +14661,46 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(1, getSnapshot());
+ .computeMessageSize(1, getSnapshot());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(3, getTableInfo());
+ .computeMessageSize(3, getTableInfo());
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(4, getIndexInfo());
+ .computeMessageSize(4, getIndexInfo());
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(5, getKey());
+ .computeMessageSize(5, getKey());
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(6, getEndKey());
+ .computeMessageSize(6, getEndKey());
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeBoolSize(8, reverse_);
+ .computeBoolSize(8, reverse_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.CodedOutputStream
- .computeInt64Size(9, flag_);
+ .computeInt64Size(9, flag_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
- @Override
- public boolean equals(final Object obj) {
+ @java.lang.Override
+ public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
- if (!(obj instanceof RangeScan)) {
+ if (!(obj instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan)) {
return super.equals(obj);
}
- RangeScan other = (RangeScan) obj;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan other = (com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan) obj;
if (hasSnapshot() != other.hasSnapshot()) return false;
if (hasSnapshot()) {
@@ -14741,7 +14741,7 @@ public boolean equals(final Object obj) {
return true;
}
- @Override
+ @java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
@@ -14783,69 +14783,69 @@ public int hashCode() {
return hash;
}
- public static RangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static RangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static RangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static RangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static RangeScan parseFrom(byte[] data)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
- public static RangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
- public static RangeScan parseFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static RangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
- public static RangeScan parseDelimitedFrom(java.io.InputStream input)
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
- public static RangeScan parseDelimitedFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
- public static RangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
- public static RangeScan parseFrom(
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
@@ -14853,23 +14853,23 @@ public static RangeScan parseFrom(
.parseWithIOException(PARSER, input, extensionRegistry);
}
- @Override
+ @java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
- public static Builder newBuilder(RangeScan prototype) {
+ public static Builder newBuilder(com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
- @Override
+ @java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
- @Override
+ @java.lang.Override
protected Builder newBuilderForType(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -14879,18 +14879,18 @@ protected Builder newBuilderForType(
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:Polarx.ExecPlan.RangeScan)
- RangeScanOrBuilder {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScanOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_RangeScan_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_RangeScan_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_RangeScan_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_RangeScan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- RangeScan.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan.class, com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan.Builder.class);
}
// Construct using com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan.newBuilder()
@@ -14899,13 +14899,13 @@ private Builder() {
}
private Builder(
- BuilderParent parent) {
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
- .alwaysUseFieldBuilders) {
+ .alwaysUseFieldBuilders) {
getSnapshotFieldBuilder();
getTableInfoFieldBuilder();
getIndexInfoFieldBuilder();
@@ -14913,7 +14913,7 @@ private void maybeForceBuilderInitialization() {
getEndKeyFieldBuilder();
}
}
- @Override
+ @java.lang.Override
public Builder clear() {
super.clear();
if (snapshotBuilder_ == null) {
@@ -14953,29 +14953,29 @@ public Builder clear() {
return this;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
- getDescriptorForType() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_RangeScan_descriptor;
+ getDescriptorForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_RangeScan_descriptor;
}
- @Override
- public RangeScan getDefaultInstanceForType() {
- return RangeScan.getDefaultInstance();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan getDefaultInstanceForType() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan.getDefaultInstance();
}
- @Override
- public RangeScan build() {
- RangeScan result = buildPartial();
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan build() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
- @Override
- public RangeScan buildPartial() {
- RangeScan result = new RangeScan(this);
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan buildPartial() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan result = new com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
@@ -15031,50 +15031,50 @@ public RangeScan buildPartial() {
return result;
}
- @Override
+ @java.lang.Override
public Builder clone() {
return super.clone();
}
- @Override
+ @java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.setField(field, value);
}
- @Override
+ @java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
- @Override
+ @java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
- @Override
+ @java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index, Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
- @Override
+ @java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- Object value) {
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
- if (other instanceof RangeScan) {
- return mergeFrom((RangeScan)other);
+ if (other instanceof com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan) {
+ return mergeFrom((com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(RangeScan other) {
- if (other == RangeScan.getDefaultInstance()) return this;
+ public Builder mergeFrom(com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan other) {
+ if (other == com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan.getDefaultInstance()) return this;
if (other.hasSnapshot()) {
mergeSnapshot(other.getSnapshot());
}
@@ -15101,7 +15101,7 @@ public Builder mergeFrom(RangeScan other) {
return this;
}
- @Override
+ @java.lang.Override
public final boolean isInitialized() {
if (hasTableInfo()) {
if (!getTableInfo().isInitialized()) {
@@ -15126,16 +15126,16 @@ public final boolean isInitialized() {
return true;
}
- @Override
+ @java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- RangeScan parsedMessage = null;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
- parsedMessage = (RangeScan) e.getUnfinishedMessage();
+ parsedMessage = (com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
@@ -15146,9 +15146,9 @@ public Builder mergeFrom(
}
private int bitField0_;
- private Transaction snapshot_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction snapshot_;
private com.google.protobuf.SingleFieldBuilderV3<
- Transaction, Transaction.Builder, TransactionOrBuilder> snapshotBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction, com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder> snapshotBuilder_;
/**
*
* 读取快照,只有作为 top plan 时填写
@@ -15168,9 +15168,9 @@ public boolean hasSnapshot() {
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
* @return The snapshot.
*/
- public Transaction getSnapshot() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction getSnapshot() {
if (snapshotBuilder_ == null) {
- return snapshot_ == null ? Transaction.getDefaultInstance() : snapshot_;
+ return snapshot_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance() : snapshot_;
} else {
return snapshotBuilder_.getMessage();
}
@@ -15182,7 +15182,7 @@ public Transaction getSnapshot() {
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- public Builder setSnapshot(Transaction value) {
+ public Builder setSnapshot(com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction value) {
if (snapshotBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -15203,7 +15203,7 @@ public Builder setSnapshot(Transaction value) {
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
public Builder setSnapshot(
- Transaction.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder builderForValue) {
if (snapshotBuilder_ == null) {
snapshot_ = builderForValue.build();
onChanged();
@@ -15220,13 +15220,13 @@ public Builder setSnapshot(
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- public Builder mergeSnapshot(Transaction value) {
+ public Builder mergeSnapshot(com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction value) {
if (snapshotBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
snapshot_ != null &&
- snapshot_ != Transaction.getDefaultInstance()) {
+ snapshot_ != com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance()) {
snapshot_ =
- Transaction.newBuilder(snapshot_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.newBuilder(snapshot_).mergeFrom(value).buildPartial();
} else {
snapshot_ = value;
}
@@ -15261,7 +15261,7 @@ public Builder clearSnapshot() {
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- public Transaction.Builder getSnapshotBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder getSnapshotBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getSnapshotFieldBuilder().getBuilder();
@@ -15273,12 +15273,12 @@ public Transaction.Builder getSnapshotBuilder() {
*
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
- public TransactionOrBuilder getSnapshotOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder getSnapshotOrBuilder() {
if (snapshotBuilder_ != null) {
return snapshotBuilder_.getMessageOrBuilder();
} else {
return snapshot_ == null ?
- Transaction.getDefaultInstance() : snapshot_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.getDefaultInstance() : snapshot_;
}
}
/**
@@ -15289,22 +15289,22 @@ public TransactionOrBuilder getSnapshotOrBuilder() {
* optional .Polarx.ExecPlan.Transaction snapshot = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- Transaction, Transaction.Builder, TransactionOrBuilder>
- getSnapshotFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction, com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder>
+ getSnapshotFieldBuilder() {
if (snapshotBuilder_ == null) {
snapshotBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- Transaction, Transaction.Builder, TransactionOrBuilder>(
- getSnapshot(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction, com.mysql.cj.x.protobuf.PolarxExecPlan.Transaction.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TransactionOrBuilder>(
+ getSnapshot(),
+ getParentForChildren(),
+ isClean());
snapshot_ = null;
}
return snapshotBuilder_;
}
- private TableInfo tableInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo tableInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder> tableInfoBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder> tableInfoBuilder_;
/**
*
* 读取的目标 table
@@ -15324,9 +15324,9 @@ public boolean hasTableInfo() {
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
* @return The tableInfo.
*/
- public TableInfo getTableInfo() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo getTableInfo() {
if (tableInfoBuilder_ == null) {
- return tableInfo_ == null ? TableInfo.getDefaultInstance() : tableInfo_;
+ return tableInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
} else {
return tableInfoBuilder_.getMessage();
}
@@ -15338,7 +15338,7 @@ public TableInfo getTableInfo() {
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- public Builder setTableInfo(TableInfo value) {
+ public Builder setTableInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo value) {
if (tableInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -15359,7 +15359,7 @@ public Builder setTableInfo(TableInfo value) {
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
public Builder setTableInfo(
- TableInfo.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder builderForValue) {
if (tableInfoBuilder_ == null) {
tableInfo_ = builderForValue.build();
onChanged();
@@ -15376,13 +15376,13 @@ public Builder setTableInfo(
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- public Builder mergeTableInfo(TableInfo value) {
+ public Builder mergeTableInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo value) {
if (tableInfoBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
tableInfo_ != null &&
- tableInfo_ != TableInfo.getDefaultInstance()) {
+ tableInfo_ != com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance()) {
tableInfo_ =
- TableInfo.newBuilder(tableInfo_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.newBuilder(tableInfo_).mergeFrom(value).buildPartial();
} else {
tableInfo_ = value;
}
@@ -15417,7 +15417,7 @@ public Builder clearTableInfo() {
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- public TableInfo.Builder getTableInfoBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder getTableInfoBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getTableInfoFieldBuilder().getBuilder();
@@ -15429,12 +15429,12 @@ public TableInfo.Builder getTableInfoBuilder() {
*
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
- public TableInfoOrBuilder getTableInfoOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder getTableInfoOrBuilder() {
if (tableInfoBuilder_ != null) {
return tableInfoBuilder_.getMessageOrBuilder();
} else {
return tableInfo_ == null ?
- TableInfo.getDefaultInstance() : tableInfo_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.getDefaultInstance() : tableInfo_;
}
}
/**
@@ -15445,22 +15445,22 @@ public TableInfoOrBuilder getTableInfoOrBuilder() {
* optional .Polarx.ExecPlan.TableInfo table_info = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder>
- getTableInfoFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder>
+ getTableInfoFieldBuilder() {
if (tableInfoBuilder_ == null) {
tableInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- TableInfo, TableInfo.Builder, TableInfoOrBuilder>(
- getTableInfo(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.TableInfoOrBuilder>(
+ getTableInfo(),
+ getParentForChildren(),
+ isClean());
tableInfo_ = null;
}
return tableInfoBuilder_;
}
- private IndexInfo indexInfo_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo indexInfo_;
private com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder> indexInfoBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder> indexInfoBuilder_;
/**
*
* 读取的目标 index
@@ -15480,9 +15480,9 @@ public boolean hasIndexInfo() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
* @return The indexInfo.
*/
- public IndexInfo getIndexInfo() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo getIndexInfo() {
if (indexInfoBuilder_ == null) {
- return indexInfo_ == null ? IndexInfo.getDefaultInstance() : indexInfo_;
+ return indexInfo_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
} else {
return indexInfoBuilder_.getMessage();
}
@@ -15494,7 +15494,7 @@ public IndexInfo getIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- public Builder setIndexInfo(IndexInfo value) {
+ public Builder setIndexInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo value) {
if (indexInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -15515,7 +15515,7 @@ public Builder setIndexInfo(IndexInfo value) {
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
public Builder setIndexInfo(
- IndexInfo.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder builderForValue) {
if (indexInfoBuilder_ == null) {
indexInfo_ = builderForValue.build();
onChanged();
@@ -15532,13 +15532,13 @@ public Builder setIndexInfo(
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- public Builder mergeIndexInfo(IndexInfo value) {
+ public Builder mergeIndexInfo(com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo value) {
if (indexInfoBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
indexInfo_ != null &&
- indexInfo_ != IndexInfo.getDefaultInstance()) {
+ indexInfo_ != com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance()) {
indexInfo_ =
- IndexInfo.newBuilder(indexInfo_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.newBuilder(indexInfo_).mergeFrom(value).buildPartial();
} else {
indexInfo_ = value;
}
@@ -15573,7 +15573,7 @@ public Builder clearIndexInfo() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- public IndexInfo.Builder getIndexInfoBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder getIndexInfoBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getIndexInfoFieldBuilder().getBuilder();
@@ -15585,12 +15585,12 @@ public IndexInfo.Builder getIndexInfoBuilder() {
*
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
- public IndexInfoOrBuilder getIndexInfoOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder getIndexInfoOrBuilder() {
if (indexInfoBuilder_ != null) {
return indexInfoBuilder_.getMessageOrBuilder();
} else {
return indexInfo_ == null ?
- IndexInfo.getDefaultInstance() : indexInfo_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.getDefaultInstance() : indexInfo_;
}
}
/**
@@ -15601,22 +15601,22 @@ public IndexInfoOrBuilder getIndexInfoOrBuilder() {
* optional .Polarx.ExecPlan.IndexInfo index_info = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder>
- getIndexInfoFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder>
+ getIndexInfoFieldBuilder() {
if (indexInfoBuilder_ == null) {
indexInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- IndexInfo, IndexInfo.Builder, IndexInfoOrBuilder>(
- getIndexInfo(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfo.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.IndexInfoOrBuilder>(
+ getIndexInfo(),
+ getParentForChildren(),
+ isClean());
indexInfo_ = null;
}
return indexInfoBuilder_;
}
- private GetExpr key_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr key_;
private com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder> keyBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder> keyBuilder_;
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
* @return Whether the key field is set.
@@ -15628,9 +15628,9 @@ public boolean hasKey() {
* optional .Polarx.ExecPlan.GetExpr key = 5;
* @return The key.
*/
- public GetExpr getKey() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getKey() {
if (keyBuilder_ == null) {
- return key_ == null ? GetExpr.getDefaultInstance() : key_;
+ return key_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : key_;
} else {
return keyBuilder_.getMessage();
}
@@ -15638,7 +15638,7 @@ public GetExpr getKey() {
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- public Builder setKey(GetExpr value) {
+ public Builder setKey(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (keyBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -15655,7 +15655,7 @@ public Builder setKey(GetExpr value) {
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
public Builder setKey(
- GetExpr.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder builderForValue) {
if (keyBuilder_ == null) {
key_ = builderForValue.build();
onChanged();
@@ -15668,13 +15668,13 @@ public Builder setKey(
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- public Builder mergeKey(GetExpr value) {
+ public Builder mergeKey(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (keyBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
key_ != null &&
- key_ != GetExpr.getDefaultInstance()) {
+ key_ != com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance()) {
key_ =
- GetExpr.newBuilder(key_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.newBuilder(key_).mergeFrom(value).buildPartial();
} else {
key_ = value;
}
@@ -15701,7 +15701,7 @@ public Builder clearKey() {
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- public GetExpr.Builder getKeyBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder getKeyBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getKeyFieldBuilder().getBuilder();
@@ -15709,34 +15709,34 @@ public GetExpr.Builder getKeyBuilder() {
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
- public GetExprOrBuilder getKeyOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getKeyOrBuilder() {
if (keyBuilder_ != null) {
return keyBuilder_.getMessageOrBuilder();
} else {
return key_ == null ?
- GetExpr.getDefaultInstance() : key_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : key_;
}
}
/**
* optional .Polarx.ExecPlan.GetExpr key = 5;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder>
- getKeyFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>
+ getKeyFieldBuilder() {
if (keyBuilder_ == null) {
keyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder>(
- getKey(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>(
+ getKey(),
+ getParentForChildren(),
+ isClean());
key_ = null;
}
return keyBuilder_;
}
- private GetExpr endKey_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr endKey_;
private com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder> endKeyBuilder_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder> endKeyBuilder_;
/**
*
* end 条件,可选
@@ -15756,9 +15756,9 @@ public boolean hasEndKey() {
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
* @return The endKey.
*/
- public GetExpr getEndKey() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr getEndKey() {
if (endKeyBuilder_ == null) {
- return endKey_ == null ? GetExpr.getDefaultInstance() : endKey_;
+ return endKey_ == null ? com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : endKey_;
} else {
return endKeyBuilder_.getMessage();
}
@@ -15770,7 +15770,7 @@ public GetExpr getEndKey() {
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- public Builder setEndKey(GetExpr value) {
+ public Builder setEndKey(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (endKeyBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
@@ -15791,7 +15791,7 @@ public Builder setEndKey(GetExpr value) {
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
public Builder setEndKey(
- GetExpr.Builder builderForValue) {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder builderForValue) {
if (endKeyBuilder_ == null) {
endKey_ = builderForValue.build();
onChanged();
@@ -15808,13 +15808,13 @@ public Builder setEndKey(
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- public Builder mergeEndKey(GetExpr value) {
+ public Builder mergeEndKey(com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr value) {
if (endKeyBuilder_ == null) {
if (((bitField0_ & 0x00000010) != 0) &&
endKey_ != null &&
- endKey_ != GetExpr.getDefaultInstance()) {
+ endKey_ != com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance()) {
endKey_ =
- GetExpr.newBuilder(endKey_).mergeFrom(value).buildPartial();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.newBuilder(endKey_).mergeFrom(value).buildPartial();
} else {
endKey_ = value;
}
@@ -15849,7 +15849,7 @@ public Builder clearEndKey() {
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- public GetExpr.Builder getEndKeyBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder getEndKeyBuilder() {
bitField0_ |= 0x00000010;
onChanged();
return getEndKeyFieldBuilder().getBuilder();
@@ -15861,12 +15861,12 @@ public GetExpr.Builder getEndKeyBuilder() {
*
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
- public GetExprOrBuilder getEndKeyOrBuilder() {
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder getEndKeyOrBuilder() {
if (endKeyBuilder_ != null) {
return endKeyBuilder_.getMessageOrBuilder();
} else {
return endKey_ == null ?
- GetExpr.getDefaultInstance() : endKey_;
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.getDefaultInstance() : endKey_;
}
}
/**
@@ -15877,14 +15877,14 @@ public GetExprOrBuilder getEndKeyOrBuilder() {
* optional .Polarx.ExecPlan.GetExpr end_key = 6;
*/
private com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder>
- getEndKeyFieldBuilder() {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>
+ getEndKeyFieldBuilder() {
if (endKeyBuilder_ == null) {
endKeyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- GetExpr, GetExpr.Builder, GetExprOrBuilder>(
- getEndKey(),
- getParentForChildren(),
- isClean());
+ com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExpr.Builder, com.mysql.cj.x.protobuf.PolarxExecPlan.GetExprOrBuilder>(
+ getEndKey(),
+ getParentForChildren(),
+ isClean());
endKey_ = null;
}
return endKeyBuilder_;
@@ -15995,13 +15995,13 @@ public Builder clearFlag() {
onChanged();
return this;
}
- @Override
+ @java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
- @Override
+ @java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
@@ -16012,18 +16012,18 @@ public final Builder mergeUnknownFields(
}
// @@protoc_insertion_point(class_scope:Polarx.ExecPlan.RangeScan)
- private static final RangeScan DEFAULT_INSTANCE;
+ private static final com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan DEFAULT_INSTANCE;
static {
- DEFAULT_INSTANCE = new RangeScan();
+ DEFAULT_INSTANCE = new com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan();
}
- public static RangeScan getDefaultInstance() {
+ public static com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan getDefaultInstance() {
return DEFAULT_INSTANCE;
}
- @Deprecated public static final com.google.protobuf.Parser
+ @java.lang.Deprecated public static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
- @Override
+ @java.lang.Override
public RangeScan parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
@@ -16036,13 +16036,13 @@ public static com.google.protobuf.Parser parser() {
return PARSER;
}
- @Override
+ @java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
- @Override
- public RangeScan getDefaultInstanceForType() {
+ @java.lang.Override
+ public com.mysql.cj.x.protobuf.PolarxExecPlan.RangeScan getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
@@ -16069,7 +16069,7 @@ public interface TableProjectOrBuilder extends
* required .Polarx.ExecPlan.AnyPlan sub_read_plan = 1;
* @return The subReadPlan.
*/
- AnyPlan getSubReadPlan();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AnyPlan getSubReadPlan();
/**
*
* 只支持GET和SCAN两种就行
@@ -16077,7 +16077,7 @@ public interface TableProjectOrBuilder extends
*
* required .Polarx.ExecPlan.AnyPlan sub_read_plan = 1;
*/
- AnyPlanOrBuilder getSubReadPlanOrBuilder();
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AnyPlanOrBuilder getSubReadPlanOrBuilder();
/**
*
@@ -16086,8 +16086,8 @@ public interface TableProjectOrBuilder extends
*
* repeated .Polarx.Datatypes.Scalar fields = 2;
*/
- java.util.List
- getFieldsList();
+ java.util.List
+ getFieldsList();
/**
*
* 支持列名和列id(int uint),从0开始
@@ -16095,7 +16095,7 @@ public interface TableProjectOrBuilder extends
*
* repeated .Polarx.Datatypes.Scalar fields = 2;
*/
- PolarxDatatypes.Scalar getFields(int index);
+ com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar getFields(int index);
/**
*
* 支持列名和列id(int uint),从0开始
@@ -16111,8 +16111,8 @@ public interface TableProjectOrBuilder extends
*
* repeated .Polarx.Datatypes.Scalar fields = 2;
*/
- java.util.List extends PolarxDatatypes.ScalarOrBuilder>
- getFieldsOrBuilderList();
+ java.util.List extends com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder>
+ getFieldsOrBuilderList();
/**
*
* 支持列名和列id(int uint),从0开始
@@ -16120,7 +16120,7 @@ public interface TableProjectOrBuilder extends
*
* repeated .Polarx.Datatypes.Scalar fields = 2;
*/
- PolarxDatatypes.ScalarOrBuilder getFieldsOrBuilder(
+ com.mysql.cj.x.protobuf.PolarxDatatypes.ScalarOrBuilder getFieldsOrBuilder(
int index);
}
/**
@@ -16130,7 +16130,7 @@ public static final class TableProject extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:Polarx.ExecPlan.TableProject)
TableProjectOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use TableProject.newBuilder() to construct.
private TableProject(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
@@ -16139,14 +16139,14 @@ private TableProject() {
fields_ = java.util.Collections.emptyList();
}
- @Override
+ @java.lang.Override
@SuppressWarnings({"unused"})
- protected Object newInstance(
+ protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new TableProject();
}
- @Override
+ @java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
@@ -16157,7 +16157,7 @@ private TableProject(
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
- throw new NullPointerException();
+ throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
@@ -16167,38 +16167,38 @@ private TableProject(
while (!done) {
int tag = input.readTag();
switch (tag) {
- case 0:
- done = true;
- break;
- case 10: {
- AnyPlan.Builder subBuilder = null;
- if (((bitField0_ & 0x00000001) != 0)) {
- subBuilder = subReadPlan_.toBuilder();
- }
- subReadPlan_ = input.readMessage(AnyPlan.PARSER, extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(subReadPlan_);
- subReadPlan_ = subBuilder.buildPartial();
- }
- bitField0_ |= 0x00000001;
- break;
+ case 0:
+ done = true;
+ break;
+ case 10: {
+ com.mysql.cj.x.protobuf.PolarxExecPlan.AnyPlan.Builder subBuilder = null;
+ if (((bitField0_ & 0x00000001) != 0)) {
+ subBuilder = subReadPlan_.toBuilder();
}
- case 18: {
- if (!((mutable_bitField0_ & 0x00000002) != 0)) {
- fields_ = new java.util.ArrayList();
- mutable_bitField0_ |= 0x00000002;
- }
- fields_.add(
- input.readMessage(PolarxDatatypes.Scalar.PARSER, extensionRegistry));
- break;
+ subReadPlan_ = input.readMessage(com.mysql.cj.x.protobuf.PolarxExecPlan.AnyPlan.PARSER, extensionRegistry);
+ if (subBuilder != null) {
+ subBuilder.mergeFrom(subReadPlan_);
+ subReadPlan_ = subBuilder.buildPartial();
}
- default: {
- if (!parseUnknownField(
- input, unknownFields, extensionRegistry, tag)) {
- done = true;
- }
- break;
+ bitField0_ |= 0x00000001;
+ break;
+ }
+ case 18: {
+ if (!((mutable_bitField0_ & 0x00000002) != 0)) {
+ fields_ = new java.util.ArrayList();
+ mutable_bitField0_ |= 0x00000002;
}
+ fields_.add(
+ input.readMessage(com.mysql.cj.x.protobuf.PolarxDatatypes.Scalar.PARSER, extensionRegistry));
+ break;
+ }
+ default: {
+ if (!parseUnknownField(
+ input, unknownFields, extensionRegistry, tag)) {
+ done = true;
+ }
+ break;
+ }
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -16215,21 +16215,21 @@ private TableProject(
}
}
public static final com.google.protobuf.Descriptors.Descriptor
- getDescriptor() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableProject_descriptor;
+ getDescriptor() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableProject_descriptor;
}
- @Override
- protected FieldAccessorTable
- internalGetFieldAccessorTable() {
- return PolarxExecPlan.internal_static_Polarx_ExecPlan_TableProject_fieldAccessorTable
+ @java.lang.Override
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ internalGetFieldAccessorTable() {
+ return com.mysql.cj.x.protobuf.PolarxExecPlan.internal_static_Polarx_ExecPlan_TableProject_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- TableProject.class, Builder.class);
+ com.mysql.cj.x.protobuf.PolarxExecPlan.TableProject.class, com.mysql.cj.x.protobuf.PolarxExecPlan.TableProject.Builder.class);
}
private int bitField0_;
public static final int SUB_READ_PLAN_FIELD_NUMBER = 1;
- private AnyPlan subReadPlan_;
+ private com.mysql.cj.x.protobuf.PolarxExecPlan.AnyPlan subReadPlan_;
/**
*