Returns the approximate quantile number between 0 and 1 from the quantile digest given an input value. Null is returned if the quantile digest is empty or the input value is outside of the range of the quantile digest.Supported Signatures
Returns the approximate percentile values as an array given the input quantile digest and array of values between 0 and 1 which represent the quantiles to return.Supported Signatures
Copy
function values_at_quantiles(qdigest, array<double>) returns array<bigint>function values_at_quantiles(tdigest, array<double>) returns array<double>