com.apama.aggregates
Aggregate max(TYPE d) TYPE


Parameters:
d - Operates on decimals, floats or integers.
Return the largest item in the window.

If the window is empty, returns NaN for decimals or floats and 0 for integers.

Positive infinity is always the largest item in the window. NaN values are ignored.