Click or drag to resize

AggregationMultiFunctionTableReaderGetValue Method

Returns the plain value

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Object GetValue(
	int aggColNum,
	AggregationRow row,
	EventBean[] eventsPerStream,
	bool isNewData,
	ExprEvaluatorContext exprEvaluatorContext
)

Parameters

aggColNum
Type: SystemInt32
column number
row
Type: AggregationRow
aggregation row
eventsPerStream
Type: com.espertech.esper.common.clientEventBean
events
isNewData
Type: SystemBoolean
new-data flag
exprEvaluatorContext
Type: ExprEvaluatorContext
evaluation context

Return Value

Type: Object
value
See Also