[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Apply the value as entering aggregation (entering window).
The value can be null since 'null' values may be counted as unique separate values.
Namespace: net.esper.eql.core
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub Enter ( _
value As Object _
) |
C# |
---|
public virtual void Enter (
Object value
) |
Visual C++ |
---|
public:
virtual void Enter (
Object^ value
) |
Parameters
- value
- System.Object
to add to aggregate