Click or drag to resize

AggregationFunctionValidationContextIsDistinct Property

Returns true to indicate that the 'distinct' keyword was specified for this aggregation function.

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsDistinct { get; }

Property Value

Type: Boolean
distinct value indicator
See Also