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

snowflake.snowpark.functions.approx_percentile_accumulate

snowflake.snowpark.functions.approx_percentile_accumulate(col: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L865-L870)

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.

语言: 中文