Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add MinRowCount metadata, that describes that a RelNode will never return fewer than N rows.
The GROUP BY () operation has a peculiar effect if its input is empty: it increases the number of rows to 1. So, it is useful to know that a RelNode can never be empty, and a MinRowCount of 1 or higher communicates that.