snowflake.snowpark.Column.collate¶
- Column.collate(collation_spec: str) Column [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.27.0/snowpark-python/src/snowflake/snowpark/column.py#L1254-L1272)¶
Returns a copy of the original
Column
with the specifiedcollation_spec
property, rather than the original collation specification property.For details, see the Snowflake documentation on collation specifications.