Clean up TPC handling
Open
area-query
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
We have a special pass with TpcTableExpressionRemovingExpressionVisitor to "reduce" TpcTablesExpression to down to regular tables. This is part of pruning - which probably isn't really related - and also currently mutates the tree (make it immutable).
Longer-term, think more about the general design and see if something can be improved.
Search for TODOs with this issue number in the code base.
Contributor guide
Assessment
This issue has not been assessed yet.