}
}
@Override
public void read(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TProtocol prot, Schema struct) throws org.apache.blur.thirdparty.thrift_0_9_0.TException {
TTupleProtocol iprot = (TTupleProtocol) prot;
BitSet incoming = iprot.readBitSet(2);
if (incoming.get(0)) {
struct.table = iprot.readString();
struct.setTableIsSet(true);
}
if (incoming.get(1)) {
{
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map124 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.MAP, iprot.readI32());
struct.families = new HashMap<String,Map<String,ColumnDefinition>>(2*_map124.size);
for (int _i125 = 0; _i125 < _map124.size; ++_i125)
{
String _key126; // required
Map<String,ColumnDefinition> _val127; // optional
_key126 = iprot.readString();
{
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap _map128 = new org.apache.blur.thirdparty.thrift_0_9_0.protocol.TMap(org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRING, org.apache.blur.thirdparty.thrift_0_9_0.protocol.TType.STRUCT, iprot.readI32());
_val127 = new HashMap<String,ColumnDefinition>(2*_map128.size);
for (int _i129 = 0; _i129 < _map128.size; ++_i129)
{
String _key130; // required
ColumnDefinition _val131; // optional
_key130 = iprot.readString();
_val131 = new ColumnDefinition();
_val131.read(iprot);
_val127.put(_key130, _val131);
}
}