snowflake.snowpark.functions.any_value¶
- snowflake.snowpark.functions.any_value(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/functions.py#L670-L681)¶
Returns a non-deterministic any value for the specified column. This is an aggregate and window function.
Example