tvondra / tdigest

PostgreSQL extension for estimating percentiles using t-digest
PostgreSQL License
87 stars 13 forks source link

tdigest_percentile(digest tdigest, compression int, quantile double precision) function does not exists #28

Open tu5har opened 1 year ago

tu5har commented 1 year ago

@tvondra,

The Readme file lists below supported functions to calculate percentiles from a precomputed digest, however, these functions are not available when the extension is compiled. Also tdigest--1.0.0.sql does not list them. tdigest_percentile() functions do not accept compression int parameter as mentioned in the Readme file.

Readme file needs to be updated. Please check

image