sumDistinct {SparkR} | R Documentation |
Aggregate function: returns the sum of distinct values in the expression.
sumDistinct(x) ## S4 method for signature 'Column' sumDistinct(x)
Other agg_funcs: agg
,
approxCountDistinct
, avg
,
countDistinct
, first
,
kurtosis
, last
,
max
, mean
, min
,
n
, sd
,
skewness
, stddev_pop
,
stddev_samp
, sum
,
var_pop
, var_samp
,
var
## Not run: sumDistinct(df$c)