isabella232 / vertica-hll-druid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 86.5%Language:Python 10.2%Language:CMake 1.0%Language:M4 0.8%Language:Shell 0.6%Language:C 0.5%Language:Makefile 0.4%