Skip to content
Prev Previous commit
Next Next commit
rebase upstream
  • Loading branch information
JihongMA committed Nov 3, 2015
commit c360f11cb012377f81ffc65e9c0d96428b80b6c2
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ object functions {
def stddev(e: Column): Column = Stddev(e.expr)

/**
* Aggregate function: returns the population standard deviation of
* Aggregate function: returns the sample standard deviation of
* the expression in a group.
*
* @group agg_funcs
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.