@Override
public void read(com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TProtocol prot, DoubleColumnStatsData struct) throws com.facebook.presto.hive.shaded.org.apache.thrift.TException {
TTupleProtocol iprot = (TTupleProtocol) prot;
struct.lowValue = iprot.readDouble();
struct.setLowValueIsSet(true);
struct.highValue = iprot.readDouble();
struct.setHighValueIsSet(true);
struct.numNulls = iprot.readI64();
struct.setNumNullsIsSet(true);
struct.numDVs = iprot.readI64();
struct.setNumDVsIsSet(true);