Description
The time for PropagateTypes is O(N*N), N is the number of columns, which is very slow if there many columns (>1000)
There easiest optimization could be put `q.inputSet` outside of transformExpressions which could have about 4 times improvement for N=3000
Attachments
Attachments
Issue Links
- links to