Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

JoinCostWorkspace Struct Reference

#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

Detailed Description

Definition at line 1604 of file relation.h.


Field Documentation

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().


The documentation for this struct was generated from the following file: