Description
Currently we can't get the stats from sql tab to get more useful info in the sql tab, which only includes the physical plan metrics.
So we need a way to involve more info into the tab, which can give a readable in the sql tab, which can help the engineer analysis the plan of whole life cycle.
We can take the below scenario as an example:
We can see there is a new row in the Metric graph: sizeInBytes, which is a stats metric from logical plan, which means we will find this can check whether theĀ rule applied right or not, or whether the rule works as expected.