snowflake.snowpark.types.ColumnIdentifier

class snowflake.snowpark.types.ColumnIdentifier(normalized_name: str)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/types.py#L280-L339)

Bases: object

Represents a column identifier.

Attributes

name

Returns the name of this column, with the following format:

quoted_name

Returns the quoted name of this column, with the following format:

语言: 中文