Conversation
elliotcourant
left a comment
There was a problem hiding this comment.
I'm curious what the use case for this is, as the AppendColumn method itself only adds columns that are present on the actual model you're working with. If you are joining between two tables, it would only let you append columns from the base table (whatever was passed to Model(...). Which all of the columns from that model would already be present by default?
Would you be able to provide an example use case for this as well as tests?
The use case is simple. Imagine we have dynamic columns selection. By default So in our scenario we don't want to override default columns if And it will work for joins as well (as like |
5a1d685 to
78fc90f
Compare
78fc90f to
98d3fe5
Compare
No description provided.