sawNonNull = true;
curMin = java.lang.Math.min(curMin, d);
} catch (RuntimeException exp) {
int errCode = 2103;
String msg = "Problem while computing min of doubles.";
throw new ExecException(msg, errCode, PigException.BUG, exp);
}
}
if(sawNonNull) {
return new Double(curMin);