Click or drag to resize

AggregationMultiFunctionTableReaderGetValueCollectionScalar Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReader.GetValueCollectionScalar(System.Void,System.Object,System.Int32,com.espertech.esper.common.internal.epl.agg.core.AggregationRow,com.espertech.esper.common.client.EventBean[])"]

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

Parameters

aggColNum
Type: SystemVoid

[Missing <param name="aggColNum"/> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReader.GetValueCollectionScalar(System.Void,System.Object,System.Int32,com.espertech.esper.common.internal.epl.agg.core.AggregationRow,com.espertech.esper.common.client.EventBean[])"]

row
Type: SystemObject

[Missing <param name="row"/> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReader.GetValueCollectionScalar(System.Void,System.Object,System.Int32,com.espertech.esper.common.internal.epl.agg.core.AggregationRow,com.espertech.esper.common.client.EventBean[])"]

eventsPerStream
Type: SystemInt32

[Missing <param name="eventsPerStream"/> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReader.GetValueCollectionScalar(System.Void,System.Object,System.Int32,com.espertech.esper.common.internal.epl.agg.core.AggregationRow,com.espertech.esper.common.client.EventBean[])"]

isNewData
Type: AggregationRow

[Missing <param name="isNewData"/> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReader.GetValueCollectionScalar(System.Void,System.Object,System.Int32,com.espertech.esper.common.internal.epl.agg.core.AggregationRow,com.espertech.esper.common.client.EventBean[])"]

exprEvaluatorContext
Type: com.espertech.esper.common.clientEventBean

[Missing <param name="exprEvaluatorContext"/> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReader.GetValueCollectionScalar(System.Void,System.Object,System.Int32,com.espertech.esper.common.internal.epl.agg.core.AggregationRow,com.espertech.esper.common.client.EventBean[])"]

Return Value

Type: ICollectionT

[Missing <returns> documentation for "M:com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionTableReader.GetValueCollectionScalar(System.Void,System.Object,System.Int32,com.espertech.esper.common.internal.epl.agg.core.AggregationRow,com.espertech.esper.common.client.EventBean[])"]

See Also