AddColumnsAliases expects a balanced slice of "Column1, Alias1, Column2, Alias2" and adds both to the Columns slice. An imbalanced slice will cause a panic. If a column name is not valid identifier that column gets switched into an expression. AddColumnsAliases("t1.name","t1Name","t1.sku","t1SKU")
(columnAliases ...string)
source not stored for this graph (policy: none)