Skip to content
Snippets Groups Projects
Commit 6f6bb0e8 authored by Yanbo Liang's avatar Yanbo Liang Committed by Reynold Xin
Browse files

[SPARK-12011][SQL] Stddev/Variance etc should support columnName as arguments

Spark SQL aggregate function:
```Java
stddev
stddev_pop
stddev_samp
variance
var_pop
var_samp
skewness
kurtosis
collect_list
collect_set
```
should support ```columnName``` as arguments like other aggregate function(max/min/count/sum).

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #9994 from yanboliang/SPARK-12011.
parent 0c1e72e7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment