snowflake.snowpark.functions.collate¶
- snowflake.snowpark.functions.collate(e: Column, collation_spec: str) Column[source]¶
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.