atoti.experimental.agg.distinct module#
- atoti.experimental.agg.distinct(operand: Union[ColumnOrOperationOrLevel, MeasureDescription], /) MeasureDescription #
- atoti.experimental.agg.distinct(operand: Union[ColumnOrOperationOrLevel, MeasureDescription], /, *, scope: Scope) MeasureDescription
Return an array measure representing the distinct values of the passed measure.
- Return type