 | AggregationFunctionEnter Method |
Apply the value as entering aggregation (entering window).
The value can be null since 'null' values may be counted as unique separate values.
Namespace:
com.espertech.esper.common.client.hook.aggfunc
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxvoid Enter(
Object value
)
Parameters
- value
- Type: SystemObject
to add to aggregate
See Also