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