#include <relation.h>
Data Fields | |
| Cost | startup_cost |
| Cost | total_cost |
| Cost | run_cost |
| Cost | inner_rescan_run_cost |
| double | outer_matched_rows |
| Selectivity | inner_scan_frac |
| Cost | inner_run_cost |
| double | outer_rows |
| double | inner_rows |
| double | outer_skip_rows |
| double | inner_skip_rows |
| int | numbuckets |
| int | numbatches |
Definition at line 1604 of file relation.h.
Definition at line 1614 of file relation.h.
Referenced by final_cost_nestloop(), and initial_cost_nestloop().
Definition at line 1621 of file relation.h.
Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().
Definition at line 1619 of file relation.h.
Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().
Definition at line 1616 of file relation.h.
Referenced by final_cost_nestloop(), and initial_cost_nestloop().
Definition at line 1623 of file relation.h.
Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().
Definition at line 1627 of file relation.h.
Referenced by final_cost_hashjoin(), and initial_cost_hashjoin().
Definition at line 1626 of file relation.h.
Referenced by final_cost_hashjoin(), and initial_cost_hashjoin().
Definition at line 1615 of file relation.h.
Referenced by final_cost_nestloop(), and initial_cost_nestloop().
Definition at line 1620 of file relation.h.
Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().
Definition at line 1622 of file relation.h.
Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().
Definition at line 1611 of file relation.h.
Referenced by final_cost_hashjoin(), final_cost_mergejoin(), final_cost_nestloop(), initial_cost_hashjoin(), initial_cost_mergejoin(), and initial_cost_nestloop().
Definition at line 1607 of file relation.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(), and try_nestloop_path().
Definition at line 1608 of file relation.h.
Referenced by initial_cost_hashjoin(), initial_cost_mergejoin(), initial_cost_nestloop(), try_hashjoin_path(), try_mergejoin_path(), and try_nestloop_path().
1.7.1