pyspark.sql.functions.
sumDistinct
Aggregate function: returns the sum of distinct values in the expression.
New in version 1.3.0.
Changed in version 3.4.0: Supports Spark Connect.
Deprecated since version 3.2.0: Use sum_distinct() instead.
sum_distinct()