Skip to content
Snippets Groups Projects
Commit 3bd6f5d2 authored by Reynold Xin's avatar Reynold Xin Committed by Yin Huai
Browse files

[SPARK-11490][SQL] variance should alias var_samp instead of var_pop.

stddev is an alias for stddev_samp. variance should be consistent with stddev.

Also took the chance to remove internal Stddev and Variance, and only kept StddevSamp/StddevPop and VarianceSamp/VariancePop.

Author: Reynold Xin <rxin@databricks.com>

Closes #9449 from rxin/SPARK-11490.
parent e0fc9c7e
No related branches found
No related tags found
No related merge requests found
Showing
with 32 additions and 114 deletions
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