}
if (struct.isSetDone()) {
oprot.writeBool(struct.done);
}
if (struct.isSetStarted()) {
oprot.writeBool(struct.started);
}
}
@Override
public void read(com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TProtocol prot, QueryPlan struct) throws com.facebook.presto.hive.shaded.org.apache.thrift.TException {