apache / datasketches-postgresql

PostgreSQL extension providing approximate algorithms based on apache/datasketches-cpp
https://datasketches.apache.org
Apache License 2.0
85 stars 11 forks source link

Add get_min_item and get_max_item functions for kll float and double sketches #70

Closed mcgrawia closed 6 months ago

mcgrawia commented 6 months ago

Hi,

I noticed the get_min_item and get_max_item functions were missing from the Postgres extension for the KLL sketches. I was hoping to add them. Please let me know if this is not the correct way to do it.

Thanks!