[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.eql.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	selectExprProcessor As SelectExprProcessor, _
	aggregationService As AggregationService, _
	optionalHavingNode As ExprNode _
)
C#
public ResultSetProcessorRowForAll (
	SelectExprProcessor selectExprProcessor,
	AggregationService aggregationService,
	ExprNode optionalHavingNode
)
Visual C++
public:
ResultSetProcessorRowForAll (
	SelectExprProcessor^ selectExprProcessor, 
	AggregationService^ aggregationService, 
	ExprNode^ optionalHavingNode
)

Parameters

selectExprProcessor
net.esper.eql.core.SelectExprProcessor
for processing the select expression and generting the final output rows
aggregationService
net.esper.eql.core.AggregationService
handles aggregation
optionalHavingNode
net.esper.eql.expression.ExprNode
having clause expression node