You are viewing documentation about an older version (1.5.0). View latest version

snowflake.snowpark.Column.collate

Column.collate(collation_spec: str) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.5.0/src/snowflake/snowpark/column.py#L612-L619)

Returns a copy of the original Column with the specified collation_spec property, rather than the original collation specification property.

For details, see the Snowflake documentation on collation specifications.

语言: 中文