|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Selectivity | outer_match_frac |
| Selectivity | match_count |
Definition at line 3475 of file pathnodes.h.
| Selectivity SemiAntiJoinFactors::match_count |
Definition at line 3478 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 3477 of file pathnodes.h.
Referenced by compute_semi_anti_join_factors(), final_cost_hashjoin(), and final_cost_nestloop().