snowflake.snowpark.table_function.TableFunctionCall.alias¶
- TableFunctionCall.alias(*aliases: str) TableFunctionCall [source]¶
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.