|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Definition at line 3697 of file pathnodes.h.
| int JoinCostWorkspace::disabled_nodes |
Definition at line 3700 of file pathnodes.h.
Referenced by final_cost_hashjoin(), final_cost_mergejoin(), final_cost_nestloop(), initial_cost_hashjoin(), initial_cost_mergejoin(), initial_cost_nestloop(), try_hashjoin_path(), try_mergejoin_path(), try_nestloop_path(), try_partial_hashjoin_path(), try_partial_mergejoin_path(), and try_partial_nestloop_path().
| Cost JoinCostWorkspace::inner_rescan_run_cost |
Definition at line 3709 of file pathnodes.h.
Referenced by final_cost_nestloop(), and initial_cost_nestloop().
| Cardinality JoinCostWorkspace::inner_rows |
Definition at line 3713 of file pathnodes.h.
Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().
| Cardinality JoinCostWorkspace::inner_rows_total |
Definition at line 3720 of file pathnodes.h.
Referenced by final_cost_hashjoin(), and initial_cost_hashjoin().
| Cost JoinCostWorkspace::inner_run_cost |
Definition at line 3708 of file pathnodes.h.
Referenced by final_cost_mergejoin(), final_cost_nestloop(), initial_cost_mergejoin(), and initial_cost_nestloop().
| Cardinality JoinCostWorkspace::inner_skip_rows |
Definition at line 3715 of file pathnodes.h.
Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().
| int JoinCostWorkspace::numbatches |
Definition at line 3719 of file pathnodes.h.
Referenced by final_cost_hashjoin(), and initial_cost_hashjoin().
| int JoinCostWorkspace::numbuckets |
Definition at line 3718 of file pathnodes.h.
Referenced by final_cost_hashjoin(), and initial_cost_hashjoin().
| Cardinality JoinCostWorkspace::outer_rows |
Definition at line 3712 of file pathnodes.h.
Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().
| Cardinality JoinCostWorkspace::outer_skip_rows |
Definition at line 3714 of file pathnodes.h.
Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().
| Cost JoinCostWorkspace::run_cost |
Definition at line 3705 of file pathnodes.h.
Referenced by final_cost_hashjoin(), final_cost_mergejoin(), final_cost_nestloop(), initial_cost_hashjoin(), initial_cost_mergejoin(), and initial_cost_nestloop().
| Cost JoinCostWorkspace::startup_cost |
Definition at line 3701 of file pathnodes.h.
Referenced by final_cost_hashjoin(), final_cost_mergejoin(), final_cost_nestloop(), initial_cost_hashjoin(), initial_cost_mergejoin(), initial_cost_nestloop(), try_hashjoin_path(), try_mergejoin_path(), try_nestloop_path(), try_partial_hashjoin_path(), try_partial_mergejoin_path(), and try_partial_nestloop_path().
| Cost JoinCostWorkspace::total_cost |
Definition at line 3702 of file pathnodes.h.
Referenced by initial_cost_hashjoin(), initial_cost_mergejoin(), initial_cost_nestloop(), try_hashjoin_path(), try_mergejoin_path(), try_nestloop_path(), try_partial_hashjoin_path(), try_partial_mergejoin_path(), and try_partial_nestloop_path().