[ 
https://issues.apache.org/jira/browse/DERBY-5466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14709676#comment-14709676
 ] 

Scott Lewis commented on DERBY-5466:
------------------------------------

Thanks for the info about R.   I'm somewhat familiar with it, but appreciate 
your summary.

I think it still makes sense to include these functions in the short term, so 
that consumers that are just using SQL can use these stats functions.  But that 
decision is up to the Derby committers I suppose.

In any event, I will try to figure out the Derby test framework and introduce 
some new tests for these functions.   
Rick if you or others have pointers and guidance about doing so (or there are 
docs about doing that somewhere), please let me know.




> Add support for SQL Standard statistics functions, such as STDDEV_POP, 
> STDDEV_SAMP, VAR_POP, VAR_SAMP
> -----------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-5466
>                 URL: https://issues.apache.org/jira/browse/DERBY-5466
>             Project: Derby
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 10.8.1.2
>            Reporter: Lukas Eder
>            Priority: Minor
>              Labels: derby_triage10_10
>         Attachments: DERBY-5466.stats.patch, 
> derby-5466-01-aa-aggregatorClasses.diff, derby-5466-02-aa-bindLogic.diff, 
> derby-5466-02-ab-bindLogic.diff, derby-5466-03-aa-distinctError.diff, 
> var_pop_formulas.txt
>
>
> Any of these RDBMS support the SQL standard statistics functions STDDEV_POP, 
> STDDEV_SAMP, VAR_POP, VAR_SAMP:
> - DB2 (only STDDEV, VARIANE)
> - H2 
> - HSQLDB 
> - Ingres 
> - MySQL 
> - Oracle 
> - Postgres 
> - SQL Server (named STDEVP, STDEV, VARP, VAR)
> - Sybase ASE
> - Sybase SQL Anywhere
> These don't:
> - Derby
> - SQLite
> This would be a useful addition for Derby, I think.
> An even larger example list of possible statistics aggregate functions is 
> listed in the Postgres documentation:
> http://www.postgresql.org/docs/9.0/static/functions-aggregate.html#FUNCTIONS-AGGREGATE-STATISTICS-TABLE



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to