public class oadd.org.apache.calcite.avatica.Meta$StatementHandle extends java.lang.Object
{
private static final oadd.com.google.protobuf.Descriptors$FieldDescriptor SIGNATURE_DESCRIPTOR;
public final java.lang.String connectionId;
public final int id;
public oadd.org.apache.calcite.avatica.Meta$Signature signature;
public java.lang.String toString()
{
oadd.org.apache.calcite.avatica.Meta$StatementHandle v;
int v;
java.lang.String v, v, v;
v := @this: oadd.org.apache.calcite.avatica.Meta$StatementHandle;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: java.lang.String connectionId>;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: int id>;
v = staticinvoke <java.lang.Integer: java.lang.String toString(int)>(v);
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001::\u0001");
return v;
}
public void <init>(java.lang.String, int, oadd.org.apache.calcite.avatica.Meta$Signature)
{
oadd.org.apache.calcite.avatica.Meta$StatementHandle v;
int v;
java.lang.String v;
oadd.org.apache.calcite.avatica.Meta$Signature v;
v := @this: oadd.org.apache.calcite.avatica.Meta$StatementHandle;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: oadd.org.apache.calcite.avatica.Meta$Signature;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: java.lang.String connectionId> = v;
v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: int id> = v;
v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: oadd.org.apache.calcite.avatica.Meta$Signature signature> = v;
return;
}
public oadd.org.apache.calcite.avatica.proto.Common$StatementHandle toProto()
{
oadd.org.apache.calcite.avatica.proto.Common$StatementHandle$Builder v, v, v;
oadd.org.apache.calcite.avatica.Meta$Signature v, v;
oadd.org.apache.calcite.avatica.Meta$StatementHandle v;
oadd.org.apache.calcite.avatica.proto.Common$Signature v;
int v;
oadd.org.apache.calcite.avatica.proto.Common$StatementHandle v;
java.lang.String v;
v := @this: oadd.org.apache.calcite.avatica.Meta$StatementHandle;
v = staticinvoke <oadd.org.apache.calcite.avatica.proto.Common$StatementHandle: oadd.org.apache.calcite.avatica.proto.Common$StatementHandle$Builder newBuilder()>();
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: java.lang.String connectionId>;
v = virtualinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$StatementHandle$Builder: oadd.org.apache.calcite.avatica.proto.Common$StatementHandle$Builder setConnectionId(java.lang.String)>(v);
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: int id>;
v = virtualinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$StatementHandle$Builder: oadd.org.apache.calcite.avatica.proto.Common$StatementHandle$Builder setId(int)>(v);
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: oadd.org.apache.calcite.avatica.Meta$Signature signature>;
if null == v goto label;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: oadd.org.apache.calcite.avatica.Meta$Signature signature>;
v = virtualinvoke v.<oadd.org.apache.calcite.avatica.Meta$Signature: oadd.org.apache.calcite.avatica.proto.Common$Signature toProto()>();
virtualinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$StatementHandle$Builder: oadd.org.apache.calcite.avatica.proto.Common$StatementHandle$Builder setSignature(oadd.org.apache.calcite.avatica.proto.Common$Signature)>(v);
label:
v = virtualinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$StatementHandle$Builder: oadd.org.apache.calcite.avatica.proto.Common$StatementHandle build()>();
return v;
}
public static oadd.org.apache.calcite.avatica.Meta$StatementHandle fromProto(oadd.org.apache.calcite.avatica.proto.Common$StatementHandle)
{
oadd.org.apache.calcite.avatica.Meta$Signature v;
oadd.org.apache.calcite.avatica.Meta$StatementHandle v;
oadd.org.apache.calcite.avatica.proto.Common$Signature v;
int v;
oadd.org.apache.calcite.avatica.proto.Common$StatementHandle v;
java.lang.String v;
oadd.com.google.protobuf.Descriptors$FieldDescriptor v;
boolean v;
v := @parameter: oadd.org.apache.calcite.avatica.proto.Common$StatementHandle;
v = null;
v = <oadd.org.apache.calcite.avatica.Meta$StatementHandle: oadd.com.google.protobuf.Descriptors$FieldDescriptor SIGNATURE_DESCRIPTOR>;
v = virtualinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$StatementHandle: boolean hasField(oadd.com.google.protobuf.Descriptors$FieldDescriptor)>(v);
if v == 0 goto label;
v = virtualinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$StatementHandle: oadd.org.apache.calcite.avatica.proto.Common$Signature getSignature()>();
v = staticinvoke <oadd.org.apache.calcite.avatica.Meta$Signature: oadd.org.apache.calcite.avatica.Meta$Signature fromProto(oadd.org.apache.calcite.avatica.proto.Common$Signature)>(v);
label:
v = new oadd.org.apache.calcite.avatica.Meta$StatementHandle;
v = virtualinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$StatementHandle: java.lang.String getConnectionId()>();
v = virtualinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$StatementHandle: int getId()>();
specialinvoke v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: void <init>(java.lang.String,int,oadd.org.apache.calcite.avatica.Meta$Signature)>(v, v, v);
return v;
}
public int hashCode()
{
oadd.org.apache.calcite.avatica.Meta$StatementHandle v;
java.lang.Object[] v;
int v, v;
java.lang.String v;
java.lang.Integer v;
oadd.org.apache.calcite.avatica.Meta$Signature v;
v := @this: oadd.org.apache.calcite.avatica.Meta$StatementHandle;
v = newarray (java.lang.Object)[3];
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: java.lang.String connectionId>;
v[0] = v;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: int id>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[1] = v;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: oadd.org.apache.calcite.avatica.Meta$Signature signature>;
v[2] = v;
v = staticinvoke <java.util.Objects: int hash(java.lang.Object[])>(v);
return v;
}
public boolean equals(java.lang.Object)
{
oadd.org.apache.calcite.avatica.Meta$Signature v, v;
oadd.org.apache.calcite.avatica.Meta$StatementHandle v;
int v, v;
java.lang.Object v;
java.lang.String v, v;
boolean v, v, v, v;
v := @this: oadd.org.apache.calcite.avatica.Meta$StatementHandle;
v := @parameter: java.lang.Object;
if v == v goto label;
v = v instanceof oadd.org.apache.calcite.avatica.Meta$StatementHandle;
if v == 0 goto label;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: java.lang.String connectionId>;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: java.lang.String connectionId>;
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: oadd.org.apache.calcite.avatica.Meta$Signature signature>;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: oadd.org.apache.calcite.avatica.Meta$Signature signature>;
v = staticinvoke <java.util.Objects: boolean equals(java.lang.Object,java.lang.Object)>(v, v);
if v == 0 goto label;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: int id>;
v = v.<oadd.org.apache.calcite.avatica.Meta$StatementHandle: int id>;
if v != v goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
static void <clinit>()
{
oadd.com.google.protobuf.Descriptors$Descriptor v;
oadd.com.google.protobuf.Descriptors$FieldDescriptor v;
v = staticinvoke <oadd.org.apache.calcite.avatica.proto.Common$StatementHandle: oadd.com.google.protobuf.Descriptors$Descriptor getDescriptor()>();
v = virtualinvoke v.<oadd.com.google.protobuf.Descriptors$Descriptor: oadd.com.google.protobuf.Descriptors$FieldDescriptor findFieldByNumber(int)>(3);
<oadd.org.apache.calcite.avatica.Meta$StatementHandle: oadd.com.google.protobuf.Descriptors$FieldDescriptor SIGNATURE_DESCRIPTOR> = v;
return;
}
}