Description
We have a deterministic field in Expressions to check if an expression is deterministic, but we do not have a similar field in QueryPlan.
We have a need for such a check in the QueryPlan sometimes, like in InlineCTE
This proposal is to add a deterministic field to QueryPlan.
More details in this document.