Click or drag to resize

ContextDescriptorHashSegmentedItem Constructor (Expression, Filter)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContextDescriptorHashSegmentedItem(
	Expression hashFunction,
	Filter filter
)

Parameters

hashFunction
Type: com.espertech.esper.common.client.sodaExpression
the hash function, expecting SingleRowMethodExpression
filter
Type: com.espertech.esper.common.client.sodaFilter
the event types to apply to
See Also