Click or drag to resize

AggregationMultiFunctionTableReaderFactoryNewReader Method

Returns a new table reader

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
AggregationMultiFunctionTableReader NewReader(
	AggregationMultiFunctionTableReaderFactoryContext context
)

Parameters

context
Type: com.espertech.esper.common.client.hook.aggmultifuncAggregationMultiFunctionTableReaderFactoryContext
contextual information

Return Value

Type: AggregationMultiFunctionTableReader
table reader
See Also