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


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

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

Negative infinity is always the smallest item in the window. NaN values are ignored.