1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL-1759 Add corr(), covar_pop(), covar_samp(), regr_sxx(), regr_sxy(), regr_syy() functions as UDAF

This commit is contained in:
David Hall
2018-10-09 17:06:01 -05:00
parent 1a7fca7fbc
commit e1d8211f27
19 changed files with 2275 additions and 10 deletions

View File

@@ -29,8 +29,8 @@
* soname 'libregr_mysql.so';
*
*/
#ifndef HEADER_regr_intercept
#define HEADER_regr_intercept
#ifndef HEADER_regr_r2
#define HEADER_regr_r2
#include <cstdlib>
#include <string>
@@ -84,5 +84,5 @@ protected:
#undef EXPORT
#endif // HEADER_regr_intercept.h
#endif // HEADER_regr_r2.h