761762763764765766767768769770771
for (String _iter123 : _iter122.getKey()) { oprot.writeString(_iter123); } } oprot.writeString(_iter122.getValue()); } } } }
16021603160416051606160716081609161016111612
_iter157.write(oprot); } } } if (struct.isSetLocation()) { oprot.writeString(struct.location); } if (struct.isSetInputFormat()) { oprot.writeString(struct.inputFormat); } if (struct.isSetOutputFormat()) {
16051606160716081609161016111612161316141615
} if (struct.isSetLocation()) { oprot.writeString(struct.location); } if (struct.isSetInputFormat()) { oprot.writeString(struct.inputFormat); } if (struct.isSetOutputFormat()) { oprot.writeString(struct.outputFormat); } if (struct.isSetCompressed()) {
16081609161016111612161316141615161616171618
} if (struct.isSetInputFormat()) { oprot.writeString(struct.inputFormat); } if (struct.isSetOutputFormat()) { oprot.writeString(struct.outputFormat); } if (struct.isSetCompressed()) { oprot.writeBool(struct.compressed); } if (struct.isSetNumBuckets()) {
16241625162616271628162916301631163216331634
if (struct.isSetBucketCols()) { { oprot.writeI32(struct.bucketCols.size()); for (String _iter158 : struct.bucketCols) { oprot.writeString(_iter158); } } } if (struct.isSetSortCols()) { {
16421643164416451646164716481649165016511652
if (struct.isSetParameters()) { { oprot.writeI32(struct.parameters.size()); for (Map.Entry<String, String> _iter160 : struct.parameters.entrySet()) { oprot.writeString(_iter160.getKey()); oprot.writeString(_iter160.getValue()); } } } if (struct.isSetSkewedInfo()) {
16431644164516461647164816491650165116521653
{ oprot.writeI32(struct.parameters.size()); for (Map.Entry<String, String> _iter160 : struct.parameters.entrySet()) { oprot.writeString(_iter160.getKey()); oprot.writeString(_iter160.getValue()); } } } if (struct.isSetSkewedInfo()) { struct.skewedInfo.write(oprot);
596597598599600601602603604605606
oprot.writeBitSet(optionals, 3); if (struct.isSetUid()) { oprot.writeI32(struct.uid); } if (struct.isSetName()) { oprot.writeString(struct.name); } if (struct.isSetBlurb()) { oprot.writeString(struct.blurb); } }
599600601602603604605606607608609
} if (struct.isSetName()) { oprot.writeString(struct.name); } if (struct.isSetBlurb()) { oprot.writeString(struct.blurb); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, UserProfile struct)
14541455145614571458145914601461146214631464
if (struct.isSetAuthorizations()) { optionals.set(10); } oprot.writeBitSet(optionals, 11); if (struct.isSetClient()) { oprot.writeString(struct.client); } if (struct.isSetUser()) { oprot.writeString(struct.user); } if (struct.isSetTable()) {