[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Computes the select-clause results and returns an event of the result event type that contains, in it's
properties, the selected items.
Namespace: net.esper.eql.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Process ( _ eventsPerStream As EventBean() _ ) As EventBean |
C# |
---|
EventBean Process ( EventBean[] eventsPerStream ) |
Visual C++ |
---|
EventBean^ Process ( array<EventBean^>^ eventsPerStream ) |
Parameters
- eventsPerStream
- net.esper.events.EventBean[]