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