You are viewing documentation about an older version (1.3.0). View latest version

snowflake.snowpark.functions.approx_percentile_estimate

snowflake.snowpark.functions.approx_percentile_estimate(state: ColumnOrName, percentile: float) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L873-L879)

Returns the desired approximated percentile value for the specified t-Digest state. APPROX_PERCENTILE_ESTIMATE(APPROX_PERCENTILE_ACCUMULATE(.)) is equivalent to APPROX_PERCENTILE(.).

Language: English