citusdata / postgresql-hll

PostgreSQL extension adding HyperLogLog data structures as a native data type
http://blog.aggregateknowledge.com/2013/02/04/open-source-release-postgresql-hll/
Apache License 2.0
1.14k stars 116 forks source link

How to build it into greenplum 5.0? #39

Closed laixiong closed 6 years ago

laixiong commented 7 years ago

We build hll into greenplum 5.0, but got an error,somethings like implict declaration of 'array_contains_nulls'.Does greenplum version not match ?

laixiong commented 6 years ago

We finished, hll works on greenplum very well , thanks.