Skip to content

criteo/vertica-hll-druid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Druid Hyperloglog

The repository contains three C++ UDAFS using a variant of HyperLogLog compatible with the Druid implementation, allowing to consume/create HyperLogLog from/to Druid.

Build

mkdir build
cd build
cmake ../SOURCES
make

Install on Vertica

SQL statements to install the library and register the functions can be found in SOURCES/install.sql