class org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseStandardScheme extends org.apache.thrift.scheme.StandardScheme
{
private void <init>()
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseStandardScheme v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseStandardScheme;
specialinvoke v.<org.apache.thrift.scheme.StandardScheme: void <init>()>();
return;
}
public void read(org.apache.thrift.protocol.TProtocol, org.apache.hadoop.hive.metastore.api.GetPartitionResponse) throws org.apache.thrift.TException
{
org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseStandardScheme v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.hadoop.hive.metastore.api.Partition v, v;
short v;
byte v, v, v, v;
org.apache.thrift.protocol.TProtocol v;
org.apache.thrift.protocol.TField v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseStandardScheme;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v := @parameter: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: org.apache.thrift.protocol.TStruct readStructBegin()>();
label:
v = virtualinvoke v.<org.apache.thrift.protocol.TProtocol: org.apache.thrift.protocol.TField readFieldBegin()>();
v = v.<org.apache.thrift.protocol.TField: byte type>;
if v == 0 goto label;
v = v.<org.apache.thrift.protocol.TField: short id>;
lookupswitch(v)
{
case 1: goto label;
default: goto label;
};
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
if v != 12 goto label;
v = new org.apache.hadoop.hive.metastore.api.Partition;
specialinvoke v.<org.apache.hadoop.hive.metastore.api.Partition: void <init>()>();
v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition> = v;
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 read(org.apache.thrift.protocol.TProtocol)>(v);
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: void setPartitionIsSet(boolean)>(1);
goto label;
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
staticinvoke <org.apache.thrift.protocol.TProtocolUtil: void skip(org.apache.thrift.protocol.TProtocol,byte)>(v, v);
goto label;
label:
v = v.<org.apache.thrift.protocol.TField: byte type>;
staticinvoke <org.apache.thrift.protocol.TProtocolUtil: void skip(org.apache.thrift.protocol.TProtocol,byte)>(v, v);
label:
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void readFieldEnd()>();
goto label;
label:
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void readStructEnd()>();
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: void validate()>();
return;
}
public void write(org.apache.thrift.protocol.TProtocol, org.apache.hadoop.hive.metastore.api.GetPartitionResponse) throws org.apache.thrift.TException
{
org.apache.thrift.protocol.TProtocol v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseStandardScheme v;
org.apache.thrift.protocol.TField v;
org.apache.hadoop.hive.metastore.api.GetPartitionResponse v;
org.apache.hadoop.hive.metastore.api.Partition v, v;
org.apache.thrift.protocol.TStruct v;
v := @this: org.apache.hadoop.hive.metastore.api.GetPartitionResponse$GetPartitionResponseStandardScheme;
v := @parameter: org.apache.thrift.protocol.TProtocol;
v := @parameter: org.apache.hadoop.hive.metastore.api.GetPartitionResponse;
virtualinvoke v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: void validate()>();
v = <org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.thrift.protocol.TStruct STRUCT_DESC>;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeStructBegin(org.apache.thrift.protocol.TStruct)>(v);
v = v.<org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.hadoop.hive.metastore.api.Partition partition>;
if v == null goto label;
v = <org.apache.hadoop.hive.metastore.api.GetPartitionResponse: org.apache.thrift.protocol.TField PARTITION_FIELD_DESC>;
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldBegin(org.apache.thrift.protocol.TField)>(v);
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 write(org.apache.thrift.protocol.TProtocol)>(v);
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldEnd()>();
label:
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeFieldStop()>();
virtualinvoke v.<org.apache.thrift.protocol.TProtocol: void writeStructEnd()>();
return;
}
}