[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns true if the aggregation node is only aggregatig distinct values, or false if aggregating all values.

Namespace: net.esper.eql.expression
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property IsDistinct As Boolean
C#
public virtual bool IsDistinct { get; }
Visual C++
public:
virtual property bool IsDistinct {
	bool get ();
}

Return Value

true if 'distinct' keyword was given, false if not