this.statesPool.returnObject((RemoteEstimatorState)state);
}
@Override
public <T extends Estimate> T executeQueries(EstimatorState state, Statement[] catalog_stmts, PartitionSet[] partitions) {
throw new NotImplementedException(this.getClass().getSimpleName() + " does not implement this method");
}