Click or drag to resize

PatternMatchUntilExpr Constructor (Expression, Expression, Expression)

Ctor - for use when adding required child nodes later.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PatternMatchUntilExpr(
	Expression low,
	Expression high,
	Expression single
)

Parameters

low
Type: com.espertech.esper.common.client.sodaExpression
low number of matches, or null if no lower boundary
high
Type: com.espertech.esper.common.client.sodaExpression
high number of matches, or null if no high boundary
single
Type: com.espertech.esper.common.client.sodaExpression
if a single bound is provided, this carries the single bound (all others should be null)
See Also