This repository was archived by the owner on Sep 27, 2019. It is now read-only.
This repository was archived by the owner on Sep 27, 2019. It is now read-only.
Include optimizer estimates in resulting optimizer plan #1467
Open
Description
We want to add the following statistics so @pmenon can use them at execution time:
- Operator cardinality estimation
- Selectivity for each predicate
The code should already be written for computing these, we just need to add them to the different objects.