snowflake.snowpark.functions.approx_percentile_accumulate¶
- snowflake.snowpark.functions.approx_percentile_accumulate(col: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.25.0/snowpark-python/src/snowflake/snowpark/functions.py#L1138-L1168)¶
Returns the internal representation of the t-Digest state (as a JSON object) at the end of aggregation. This function uses the t-Digest algorithm.
- Example::