PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Selectivity | outer_match_frac |
Selectivity | match_count |
Definition at line 3216 of file pathnodes.h.
Selectivity SemiAntiJoinFactors::match_count |
Definition at line 3219 of file pathnodes.h.
Referenced by compute_semi_anti_join_factors(), final_cost_hashjoin(), and final_cost_nestloop().
Selectivity SemiAntiJoinFactors::outer_match_frac |
Definition at line 3218 of file pathnodes.h.
Referenced by compute_semi_anti_join_factors(), final_cost_hashjoin(), and final_cost_nestloop().