[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Processor for result sets coming from 2 sources. First, out of a simple view (on join).
And second, out of a join of event streams. The processor must apply the select-clause, grou-by-clause and having-clauses
as supplied. It must state what the event type of the result rows is.
Namespace: net.esper.eql.core
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ResultSetProcessor |
C# |
---|
public interface ResultSetProcessor |
Visual C++ |
---|
public interface class ResultSetProcessor |