tdigest_agg

Composes all input values of x into a tdigest. x can be of any numeric type.

Supported Signatures

function tdigest_agg(double) returns tdigest
function tdigest_agg(double, double) returns tdigest

🔗 Official Documentation

tdigest_agg

Composes all input values of x into a tdigest. x can be of any numeric type.

Supported Signatures

function tdigest_agg(double) returns tdigest
function tdigest_agg(double, double) returns tdigest

🔗 Official Documentation