Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
RelNode::estimatedRowCount is still used in many place inside computeSelfCost
If it should be possible to implement the estimation of the row count completely outside Calcite, these calls should be replaced by mq.getRowCount(rel).
Attachments
Issue Links
- relates to
-
CALCITE-5647 RelMdPopulationSize should use mq.getRowCount(rel) instead of rel.estimateRowCount(mq)
- Closed
- links to