10271028102910301031103210331034103510361037
{ oprot.writeI32(struct.properties.size()); for (Map.Entry<String, String> _iter107 : struct.properties.entrySet()) { oprot.writeString(_iter107.getKey()); oprot.writeString(_iter107.getValue()); } } } }
826827828829830831832833834835836
} if (struct.isSetDeleted()) { oprot.writeBool(struct.deleted); } if (struct.isSetTable()) { oprot.writeString(struct.table); } if (struct.isSetRowResult()) { struct.rowResult.write(oprot); } if (struct.isSetRecordResult()) {
700701702703704705706707708709710
if (struct.isSetRowCount()) { optionals.set(3); } oprot.writeBitSet(optionals, 4); if (struct.isSetTableName()) { oprot.writeString(struct.tableName); } if (struct.isSetBytes()) { oprot.writeI64(struct.bytes); } if (struct.isSetRecordCount()) {
20292030203120322033203420352036203720382039
} if (struct.isSetShardCount()) { oprot.writeI32(struct.shardCount); } if (struct.isSetTableUri()) { oprot.writeString(struct.tableUri); } if (struct.isSetCluster()) { oprot.writeString(struct.cluster); } if (struct.isSetName()) {
20322033203420352036203720382039204020412042
} if (struct.isSetTableUri()) { oprot.writeString(struct.tableUri); } if (struct.isSetCluster()) { oprot.writeString(struct.cluster); } if (struct.isSetName()) { oprot.writeString(struct.name); } if (struct.isSetSimilarityClass()) {
20352036203720382039204020412042204320442045
} if (struct.isSetCluster()) { oprot.writeString(struct.cluster); } if (struct.isSetName()) { oprot.writeString(struct.name); } if (struct.isSetSimilarityClass()) { oprot.writeString(struct.similarityClass); } if (struct.isSetBlockCaching()) {
20382039204020412042204320442045204620472048
} if (struct.isSetName()) { oprot.writeString(struct.name); } if (struct.isSetSimilarityClass()) { oprot.writeString(struct.similarityClass); } if (struct.isSetBlockCaching()) { oprot.writeBool(struct.blockCaching); } if (struct.isSetBlockCachingFileTypes()) {
20482049205020512052205320542055205620572058
if (struct.isSetBlockCachingFileTypes()) { { oprot.writeI32(struct.blockCachingFileTypes.size()); for (String _iter150 : struct.blockCachingFileTypes) { oprot.writeString(_iter150); } } } if (struct.isSetReadOnly()) { oprot.writeBool(struct.readOnly);
20602061206220632064206520662067206820692070
if (struct.isSetPreCacheCols()) { { oprot.writeI32(struct.preCacheCols.size()); for (String _iter151 : struct.preCacheCols) { oprot.writeString(_iter151); } } } if (struct.isSetTableProperties()) { {
20692070207120722073207420752076207720782079
if (struct.isSetTableProperties()) { { oprot.writeI32(struct.tableProperties.size()); for (Map.Entry<String, String> _iter152 : struct.tableProperties.entrySet()) { oprot.writeString(_iter152.getKey()); oprot.writeString(_iter152.getValue()); } } } if (struct.isSetStrictTypes()) {