 | 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
See Also