Click or drag to resize

CountMinSketchAgentFromBytes Method

Return the value object for a given byte-array, for use with top-K. Implementations typically simply convert a byte-array into a value object.

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Object FromBytes(
	CountMinSketchAgentContextFromBytes ctx
)

Parameters

ctx
Type: com.espertech.esper.common.client.utilCountMinSketchAgentContextFromBytes
value object and state

Return Value

Type: Object
value object
See Also