snowflake.snowpark.functions.collate¶
- snowflake.snowpark.functions.collate(e: Column, collation_spec: str) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.6.1/src/snowflake/snowpark/functions.py#L2591-L2609)¶
Returns a copy of the original
Columnwith the specifiedcollation_specproperty, rather than the original collation specification property.For details, see the Snowflake documentation on collation specifications.
- Example::