v.19.14Improvement
Now Table Functions Values, File, Url, Hdfs Have Support for ALIAS Columns
Now table functionsvalues,file,url,hdfshave support for ALIAS columns. #6255 (alexey-milovidov)
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 asvalues, 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.