if (this.predict_singlePartition == false) {
this.early_preparePartitions.addAll(ts.getDonePartitions());
}
EstimatorState t_state = ts.getEstimatorState();
if (t_state != null) {
this.estimateType = t_state.getClass().getSimpleName();
for (Estimate est : t_state.getEstimates()) {
this.estimateUpdateCount++;
for (int partition : this.exec_touchedPartitions) {
if (est.hasQueryEstimate(partition)) {
Collection<CountedStatement> stmts = est.getQueryEstimate(partition);
this.addQueryEstimate(new QueryEstimate(partition, stmts));