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

Represents the min/max(distinct? ...) aggregate function is an expression tree.

Protected Fields

  NameDescription
isDistinct
Indicator for whether the aggregation is distinct - i.e. only unique values are considered.
(Inherited from ExprAggregateNode.)