Shelnutt2 / Mariadb-Statistical-UDFs

A collection of user defined functions which add statiscal methods to mariadb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mariadb-Statistical-UDFs Build Status Coverage Status

A User Defined Function which computes the Median absolute deviation

Building

git clone https://github.com/Shelnutt2/Mariadb-Statistical-UDFs.git
cd Mariadb-Statistical-UDFs
mkdir build
cd build
cmake ..
make

Installing

make install
mysql -p < install.sql

Removing

mysql -p < uninstall.sql

About

A collection of user defined functions which add statiscal methods to mariadb

License:GNU General Public License v3.0


Languages

Language:C++ 94.4%Language:CMake 3.6%Language:Shell 1.9%