-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement stddev_samp and stddev_pop ppl stats function (#549)
* Implement stddev_samp and stddev_pop ppl stats function Signed-off-by: Hendrik Saly <[email protected]> * add tests for stats: stdev_samp, stdev_pop Signed-off-by: Kacper Trochimiak <[email protected]> * Fix scala style Signed-off-by: Hendrik Saly <[email protected]> * Add functions to readme Signed-off-by: Hendrik Saly <[email protected]> --------- Signed-off-by: Hendrik Saly <[email protected]> Signed-off-by: Kacper Trochimiak <[email protected]> Co-authored-by: Kacper Trochimiak <[email protected]>
- Loading branch information
1 parent
a91bf35
commit 6fc2010
Showing
6 changed files
with
555 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -234,6 +234,8 @@ statsFunctionName | |
| SUM | ||
| MIN | ||
| MAX | ||
| STDDEV_SAMP | ||
| STDDEV_POP | ||
; | ||
|
||
takeAggFunction | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.