PostgreSQL Source Code  git master
JoinCostWorkspace Struct Reference

#include <pathnodes.h>

Data Fields

Cost startup_cost
 
Cost total_cost
 
Cost run_cost
 
Cost inner_run_cost
 
Cost inner_rescan_run_cost
 
Cardinality outer_rows
 
Cardinality inner_rows
 
Cardinality outer_skip_rows
 
Cardinality inner_skip_rows
 
int numbuckets
 
int numbatches
 
Cardinality inner_rows_total
 

Detailed Description

Definition at line 3321 of file pathnodes.h.

Field Documentation

◆ inner_rescan_run_cost

Cost JoinCostWorkspace::inner_rescan_run_cost

Definition at line 3332 of file pathnodes.h.

Referenced by final_cost_nestloop(), and initial_cost_nestloop().

◆ inner_rows

Cardinality JoinCostWorkspace::inner_rows

Definition at line 3336 of file pathnodes.h.

Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().

◆ inner_rows_total

Cardinality JoinCostWorkspace::inner_rows_total

Definition at line 3343 of file pathnodes.h.

Referenced by final_cost_hashjoin(), and initial_cost_hashjoin().

◆ inner_run_cost

Cost JoinCostWorkspace::inner_run_cost

◆ inner_skip_rows

Cardinality JoinCostWorkspace::inner_skip_rows

Definition at line 3338 of file pathnodes.h.

Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().

◆ numbatches

int JoinCostWorkspace::numbatches

Definition at line 3342 of file pathnodes.h.

Referenced by final_cost_hashjoin(), and initial_cost_hashjoin().

◆ numbuckets

int JoinCostWorkspace::numbuckets

Definition at line 3341 of file pathnodes.h.

Referenced by final_cost_hashjoin(), and initial_cost_hashjoin().

◆ outer_rows

Cardinality JoinCostWorkspace::outer_rows

Definition at line 3335 of file pathnodes.h.

Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().

◆ outer_skip_rows

Cardinality JoinCostWorkspace::outer_skip_rows

Definition at line 3337 of file pathnodes.h.

Referenced by final_cost_mergejoin(), and initial_cost_mergejoin().

◆ run_cost

◆ startup_cost

◆ total_cost


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