Properly handle NULL columns in aggregation functions.

In particular, sum(1, NULL, 2) should be 3, where it was NaN.
1 file changed