snowflake.snowpark.functions.array_reverse¶
- snowflake.snowpark.functions.array_reverse(col: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/functions.py#L5193-L5216)¶
Returns an array with the elements of the input array in reverse order.
- Parameters:
col – The source array.
- Example::