FRAMES
NO FRAMES
Overview
Package
Deprecated
Help
API Reference for EPL (ApamaDoc) 10.15.5.2
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION
DETAIL: IMPORT | CONSTANT | FIELD | ACTION
com.apama.aggregates
Aggregate last
(TYPE d)
TYPE
Parameters:
d
- Operates on decimal, float, integer, string, boolean or location types.
Return the latest value in the window.
If the window is empty, then
NaN
is returned for float or decimal types. Otherwise a default-initialized value is returned.
All values in the window are treated identically, including NaN and other IEEE special values.
See Also:
com.apama.aggregates.nth
- Use
nth
for arbitrary positions in the window.
FRAMES
NO FRAMES
Overview
Package
Deprecated
Help
API Reference for EPL (ApamaDoc) 10.15.5.2
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION
DETAIL: IMPORT | CONSTANT | FIELD | ACTION