929930931932933934935936937938939
TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeI32(struct.success.getValue()); } }
456457458459460461462463464465466
optionals.set(0); } if (struct.isSetMessage()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetCategory()) { oprot.writeString(struct.category); } if (struct.isSetMessage()) { oprot.writeString(struct.message);
363364365366367368369370371372373
TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetMsg()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetMsg()) { oprot.writeString(struct.msg); } }
559560561562563564565566567568569
optionals.set(1); } if (struct.isSetService_name()) { optionals.set(2); } oprot.writeBitSet(optionals, 3); if (struct.isSetIpv4()) { oprot.writeI32(struct.ipv4); } if (struct.isSetPort()) { oprot.writeI16(struct.port);
29302931293229332934293529362937293829392940
TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetE()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetE()) { struct.e.write(oprot); } }
10201021102210231024102510261027102810291030
optionals.set(5); } if (struct.isSetDebug()) { optionals.set(6); } oprot.writeBitSet(optionals, 7); if (struct.isSetTrace_id()) { oprot.writeI64(struct.trace_id); } if (struct.isSetName()) { oprot.writeString(struct.name);
12261227122812291230123112321233123412351236
optionals.set(7); } if (struct.isSetAttributes()) { optionals.set(8); } oprot.writeBitSet(optionals, 9); if (struct.isSetStartRow()) { oprot.writeBinary(struct.startRow); } if (struct.isSetStopRow()) { oprot.writeBinary(struct.stopRow);
10431044104510461047104810491050105110521053
optionals.set(4); } if (struct.isSetAttributes()) { optionals.set(5); } oprot.writeBitSet(optionals, 6); if (struct.isSetColumns()) { { oprot.writeI32(struct.columns.size()); for (TColumn _iter17 : struct.columns) {
981982983984985986987988989990991
optionals.set(5); } if (struct.isSetSortColumns()) { optionals.set(6); } oprot.writeBitSet(optionals, 7); if (struct.isSetStartRow()) { oprot.writeBinary(struct.startRow); } if (struct.isSetStopRow()) { oprot.writeBinary(struct.stopRow);