Click or drag to resize

MaxProjectionExpressionIsDistinct Property

Returns true if the projection considers distinct values only.

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

Return Value

Type: Boolean
true if distinct
See Also