303304305306307308309310311312313
if (result == null) outputColumn.setToNull(); else outputColumn.setValue(result); return ua.didEliminateNulls(); } /** * Get a new instance of the aggregator and initialize it. *
304305306307308309310311312313314
283284285286287288289290291292293
322323324325326327328329330331332
else { outputColumn.setValue(result); } return ua.didEliminateNulls(); } /** * Get a new instance of the aggregator and initialize it. *
308309310311312313314315316317318