Skip to content

stephentu/mysql-cm-fingerprint-udf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is a simple aggregate UDF for MySQL which computes the CM-fingerprint of a aggregate group and returns the fingerprint table as a binary string. Has only been tested on MySQL 5.5. You can install the function by running the following command as an admin:

CREATE AGGREGATE FUNCTION cm_fingerprint RETURNS STRING SONAME 'libcmfp.so';

About

A MySQL aggregate UDF to compute a CM-fingerprint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages