Click or drag to resize

CountMinSketchAgentAdd Method

Add a value to the Count-min sketch. Implementations typically check for null value, convert the value object to a byte-array and invoke a method on the state object to add the byte-array value.

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void Add(
	CountMinSketchAgentContextAdd ctx
)

Parameters

ctx
Type: com.espertech.esper.common.client.utilCountMinSketchAgentContextAdd
contains value to add as well as the state
See Also