snowflake.snowpark.table_function.TableFunctionCall.as_¶
- TableFunctionCall.as_(*aliases: str) TableFunctionCall [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/table_function.py#L116-L130)¶
Alias the output columns from the output of this table function call.
- Parameters:
aliases – An iterable of unique column names that do not collide with column names after join with the main table.
- Raises:
ValueError – Raises error when the aliases are not unique after being canonicalized.