**What is the bug?** The agg pushdown cannot work for query `source=t | stats count()` in v3. Because it misses a Project between Agg and TableScan which is unmatched in the AggPushDown rule in v3.