You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user