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