v.19.14Improvement

Now Table Functions Values, File, Url, Hdfs Have Support for ALIAS Columns

Now table functions values, file, url, hdfs have support for ALIAS columns. #6255 (alexey-milovidov)
Table functions values, file, url, and hdfs now support ALIAS columns.

Why it matters

This feature allows users to utilize ALIAS columns within table functions, improving flexibility and expressiveness by enabling the use of computed or derived columns in these contexts.

How to use it

Users can define ALIAS columns inside table functions such as values, file, url, and hdfs by simply specifying them as part of the table definition, which will then be recognized and processed correctly during query execution.