QUANTILE_APPROX
Syntax
QUANTILE_APPROX( value, quant )
Description
Returns the approximate quant
-level quantile (quant
should be in range from 0 to 1).
Argument types:
value
—Fractional number | Integer
quant
—Fractional number | Integer
Return type: Same type as (value
)
Data source support
Materialized Dataset
, ClickHouse 1.1
.