Description
Change non-cbo estimation behavior of aggregate:
If groupExpression is empty, we can know row count (=1) and the corresponding size;
otherwise, estimation falls back to UnaryNode's computeStats method, which should not propagate rowCount and attributeStats in Statistics because they are not estimated in that method.
Attachments
Issue Links
- links to