Last chance! 50% off unlimited learning
Sale ends in
Aggregate function: returns the sum of all values in the expression.
# S4 method for Column
sum(x)
Column to compute on.
Other agg_funcs: agg
, avg
,
countDistinct
, count
,
first
, kurtosis
,
last
, max
,
mean
, min
, sd
,
skewness
, stddev_pop
,
stddev_samp
, sumDistinct
,
var_pop
, var_samp
,
var