pyspark.sql.functions.
sumDistinct
Aggregate function: returns the sum of distinct values in the expression.
Deprecated since version 3.2.0: Use sum_distinct() instead.
sum_distinct()
New in version 1.3.