public class org.apache.hadoop.hive.metastore.api.GetPartitionResponse extends java.lang.Object implements org.apache.thrift.TBase, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
{
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC;
private static final org.apache.thrift.protocol.TField PARTITION_FIELD_DESC;
private static final org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY;
private static final org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY;
private org.apache.hadoop.hive.metastore.api.Partition partition;
public static final java.util.Map metaDataMap;
public void <init>()
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void <init>(org.apache.hadoop.hive.metastore.api.Partition)
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.hadoop.hive.metastore.api.Partition v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: org.apache.hadoop.hive.metastore.api.Partition;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: void <init>()>();
v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition> = v;
return;
}
public void <init>(org.apache.hadoop.hive.metastore.api.GetPartitionResponse)
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v, v;
org.apache.hadoop.hive.metastore.api.Partition v, v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
specialinvoke v.<java.lang.Object: void <init>()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean isSetPartition()>();
if v == 0 goto label;
v = new org.apache.hadoop.hive.metastore.api.Partition;
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.Partition: void <init>(org.apache.hadoop.hive.metastore.api.Partition)>(v);
v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition> = v;
label:
return;
}
public org.apache.hadoop.hive.metastore.api.GetPartitionResponse deepCopy()
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v, v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v = new org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: void <init>(org.apache.hadoop.hive.metastore.api.GetPartitionResponse)>(v);
return v;
}
public void clear()
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition> = null;
return;
}
public org.apache.hadoop.hive.metastore.api.Partition getPartition()
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.hadoop.hive.metastore.api.Partition v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
return v;
}
public void setPartition(org.apache.hadoop.hive.metastore.api.Partition)
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.hadoop.hive.metastore.api.Partition v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: org.apache.hadoop.hive.metastore.api.Partition;
v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition> = v;
return;
}
public void unsetPartition()
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition> = null;
return;
}
public boolean isSetPartition()
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.hadoop.hive.metastore.api.Partition v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public void setPartitionIsSet(boolean)
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: boolean;
if v != 0 goto label;
v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition> = null;
label:
return;
}
public void setFieldValue(org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields, java.lang.Object)
{
int[] v;
int v, v;
java.lang.Object v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields;
v := @parameter: java.lang.Object;
v = <org.apache.hadoop.hive.metastore.api.GetPartitionResponse$1: int[] $SwitchMap$org$apache$hadoop$hive$metastore$api$GetPartitionResponse$_Fields>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields: int ordinal()>();
v = v[v];
lookupswitch(v)
{
case 1: goto label;
default: goto label;
};
label:
if v != null goto label;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: void unsetPartition()>();
goto label;
label:
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: void setPartition(org.apache.hadoop.hive.metastore.api.Partition)>(v);
label:
return;
}
public java.lang.Object getFieldValue(org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields)
{
java.lang.IllegalStateException v;
int[] v;
int v, v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.hadoop.hive.metastore.api.Partition v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields;
v = <org.apache.hadoop.hive.metastore.api.GetPartitionResponse$1: int[] $SwitchMap$org$apache$hadoop$hive$metastore$api$GetPartitionResponse$_Fields>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields: int ordinal()>();
v = v[v];
lookupswitch(v)
{
case 1: goto label;
default: goto label;
};
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition getPartition()>();
return v;
label:
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public boolean isSet(org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields)
{
java.lang.IllegalStateException v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
java.lang.IllegalArgumentException v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields v;
int[] v;
int v, v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields;
if v != null goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>()>();
throw v;
label:
v = <org.apache.hadoop.hive.metastore.api.GetPartitionResponse$1: int[] $SwitchMap$org$apache$hadoop$hive$metastore$api$GetPartitionResponse$_Fields>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields: int ordinal()>();
v = v[v];
lookupswitch(v)
{
case 1: goto label;
default: goto label;
};
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean isSetPartition()>();
return v;
label:
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>()>();
throw v;
}
public boolean equals(java.lang.Object)
{
java.lang.Object v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
boolean v, v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: java.lang.Object;
v = v instanceof org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
if v == 0 goto label;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean equals(org.apache.hadoop.hive.metastore.api.GetPartitionResponse)>(v);
return v;
label:
return 0;
}
public boolean equals(org.apache.hadoop.hive.metastore.api.GetPartitionResponse)
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v, v;
org.apache.hadoop.hive.metastore.api.Partition v, v;
boolean v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
if v != null goto label;
return 0;
label:
if v != v goto label;
return 1;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean isSetPartition()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean isSetPartition()>();
if v != 0 goto label;
if v == 0 goto label;
label:
if v == 0 goto label;
if v != 0 goto label;
label:
return 0;
label:
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.Partition: boolean equals(org.apache.hadoop.hive.metastore.api.Partition)>(v);
if v != 0 goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.hadoop.hive.metastore.api.Partition v;
int v, v, v, v;
boolean v, v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean isSetPartition()>();
if v == 0 goto label;
v = 131071;
goto label;
label:
v = 524287;
label:
v = 8191 + v;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean isSetPartition()>();
if v == 0 goto label;
v = v * 8191;
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.Partition: int hashCode()>();
v = v + v;
label:
return v;
}
public int compareTo(org.apache.hadoop.hive.metastore.api.GetPartitionResponse)
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v, v;
org.apache.hadoop.hive.metastore.api.Partition v, v;
int v, v, v;
java.lang.String v, v;
boolean v, v, v, v;
java.lang.Class v, v, v, v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.String: int compareTo(java.lang.String)>(v);
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean isSetPartition()>();
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean isSetPartition()>();
v = staticinvoke <java.lang.Boolean: int compare(boolean,boolean)>(v, v);
if v == 0 goto label;
return v;
label:
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean isSetPartition()>();
if v == 0 goto label;
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
v = staticinvoke <org.apache.thrift.TBaseHelper: int compareTo(java.lang.Comparable,java.lang.Comparable)>(v, v);
if v == 0 goto label;
return v;
label:
return 0;
}
public org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields fieldForId(int)
{
int v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: int;
v = staticinvoke <org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields: org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields findByThriftId(int)>(v);
return v;
}
public void read(org.apache.thrift.protocol.TProtocol) throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.thrift.scheme.IScheme v;
org.apache.thrift.protocol.TProtocol v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v = staticinvoke <org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.thrift.scheme.IScheme scheme(org.apache.thrift.protocol.TProtocol)>(v);
interfaceinvoke v.<org.apache.thrift.scheme.IScheme: void read(org.apache.thrift.protocol.TProtocol,org.apache.thrift.TBase)>(v, v);
return;
}
public void write(org.apache.thrift.protocol.TProtocol) throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.thrift.scheme.IScheme v;
org.apache.thrift.protocol.TProtocol v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v = staticinvoke <org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.thrift.scheme.IScheme scheme(org.apache.thrift.protocol.TProtocol)>(v);
interfaceinvoke v.<org.apache.thrift.scheme.IScheme: void write(org.apache.thrift.protocol.TProtocol,org.apache.thrift.TBase)>(v, v);
return;
}
public java.lang.String toString()
{
java.lang.StringBuilder v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
java.lang.String v;
org.apache.hadoop.hive.metastore.api.Partition v, v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>(java.lang.String)>("GetPartitionResponse(");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("partition:");
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
if v != null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("null");
goto label;
label:
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.Object)>(v);
label:
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(")");
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
return v;
}
public void validate() throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
java.lang.String v, v;
org.apache.thrift.protocol.TProtocolException v;
org.apache.hadoop.hive.metastore.api.Partition v, v;
boolean v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: boolean isSetPartition()>();
if v != 0 goto label;
v = new org.apache.thrift.protocol.TProtocolException;
v = virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: java.lang.String toString()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(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[])>("Required field \'partition\' is unset! Struct:\u0001");
specialinvoke v.<org.apache.thrift.protocol.TProtocolException: void <init>(java.lang.String)>(v);
throw v;
label:
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
if v == null goto label;
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.Partition: void validate()>();
label:
return;
}
private void writeObject(java.io.ObjectOutputStream) throws java.io.IOException
{
java.lang.Throwable v;
java.io.IOException v;
java.io.ObjectOutputStream v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.thrift.protocol.TCompactProtocol v;
org.apache.thrift.transport.TIOStreamTransport v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: java.io.ObjectOutputStream;
label:
v = new org.apache.thrift.protocol.TCompactProtocol;
v = new org.apache.thrift.transport.TIOStreamTransport;
specialinvoke v.<org.apache.thrift.transport.TIOStreamTransport: void <init>(java.io.OutputStream)>(v);
specialinvoke v.<org.apache.thrift.protocol.TCompactProtocol: void <init>(org.apache.thrift.transport.TTransport)>(v);
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: void write(org.apache.thrift.protocol.TProtocol)>(v);
label:
goto label;
label:
v := @caughtexception;
v = new java.io.IOException;
specialinvoke v.<java.io.IOException: void <init>(java.lang.Throwable)>(v);
throw v;
label:
return;
catch org.apache.thrift.TException from label to label with label;
}
private void readObject(java.io.ObjectInputStream) throws java.io.IOException, java.lang.ClassNotFoundException
{
java.lang.Throwable v;
java.io.ObjectInputStream v;
java.io.IOException v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.thrift.protocol.TCompactProtocol v;
org.apache.thrift.transport.TIOStreamTransport v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
v := @parameter: java.io.ObjectInputStream;
label:
v = new org.apache.thrift.protocol.TCompactProtocol;
v = new org.apache.thrift.transport.TIOStreamTransport;
specialinvoke v.<org.apache.thrift.transport.TIOStreamTransport: void <init>(java.io.InputStream)>(v);
specialinvoke v.<org.apache.thrift.protocol.TCompactProtocol: void <init>(org.apache.thrift.transport.TTransport)>(v);
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: void read(org.apache.thrift.protocol.TProtocol)>(v);
label:
goto label;
label:
v := @caughtexception;
v = new java.io.IOException;
specialinvoke v.<java.io.IOException: void <init>(java.lang.Throwable)>(v);
throw v;
label:
return;
catch org.apache.thrift.TException from label to label with label;
}
private static org.apache.thrift.scheme.IScheme scheme(org.apache.thrift.protocol.TProtocol)
{
org.apache.thrift.scheme.SchemeFactory v;
org.apache.thrift.scheme.IScheme v;
org.apache.thrift.protocol.TProtocol v;
java.lang.Class v, v;
boolean v;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v = class "Lorg/apache/thrift/scheme/StandardScheme;";
v = virtualinvoke v.<org.apache.thrift.protocol.TProtocol: java.lang.Class getScheme()>();
v = virtualinvoke v.<java.lang.Object: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = <org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY>;
goto label;
label:
v = <org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY>;
label:
v = interfaceinvoke v.<org.apache.thrift.scheme.SchemeFactory: org.apache.thrift.scheme.IScheme getScheme()>();
return v;
}
static void <clinit>()
{
java.util.EnumMap v;
org.apache.thrift.meta_data.StructMetaData v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields v;
java.util.Map v, v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseStandardSchemeFactory v;
org.apache.thrift.protocol.TField v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseTupleSchemeFactory v;
org.apache.thrift.protocol.TStruct v;
org.apache.thrift.meta_data.FieldMetaData v;
v = new org.apache.thrift.protocol.TStruct;
specialinvoke v.<org.apache.thrift.protocol.TStruct: void <init>(java.lang.String)>("GetPartitionResponse");
<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.thrift.protocol.TStruct STRUCT_DESC> = v;
v = new org.apache.thrift.protocol.TField;
specialinvoke v.<org.apache.thrift.protocol.TField: void <init>(java.lang.String,byte,short)>("partition", 12, 1);
<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.thrift.protocol.TField PARTITION_FIELD_DESC> = v;
v = new org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseStandardSchemeFactory;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseStandardSchemeFactory: void <init>()>();
<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY> = v;
v = new org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseTupleSchemeFactory;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseTupleSchemeFactory: void <init>()>();
<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY> = v;
v = new java.util.EnumMap;
specialinvoke v.<java.util.EnumMap: void <init>(java.lang.Class)>(class "Lorg/apache/hadoop/hive/metastore/api/GetPartitionResponse$_Fields;");
v = <org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields: org.apache.hadoop.hive.metastore.api.GetPartitionResponse$_Fields PARTITION>;
v = new org.apache.thrift.meta_data.FieldMetaData;
v = new org.apache.thrift.meta_data.StructMetaData;
specialinvoke v.<org.apache.thrift.meta_data.StructMetaData: void <init>(byte,java.lang.Class)>(12, class "Lorg/apache/hadoop/hive/metastore/api/Partition;");
specialinvoke v.<org.apache.thrift.meta_data.FieldMetaData: void <init>(java.lang.String,byte,org.apache.thrift.meta_data.FieldValueMetaData)>("partition", 1, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = staticinvoke <java.util.Collections: java.util.Map unmodifiableMap(java.util.Map)>(v);
<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: java.util.Map metaDataMap> = v;
v = <org.apache.hadoop.hive.metastore.api.GetPartitionResponse: java.util.Map metaDataMap>;
staticinvoke <org.apache.thrift.meta_data.FieldMetaData: void addStructMetaDataMap(java.lang.Class,java.util.Map)>(class "Lorg/apache/hadoop/hive/metastore/api/GetPartitionResponse;", v);
return;
}
}