PostgreSQL Source Code  git master
HashPath Struct Reference

#include <pathnodes.h>

Data Fields

JoinPath jpath
 
Listpath_hashclauses
 
int num_batches
 
Cardinality inner_rows_total
 

Detailed Description

Definition at line 2138 of file pathnodes.h.

Field Documentation

◆ inner_rows_total

Cardinality HashPath::inner_rows_total

Definition at line 2143 of file pathnodes.h.

Referenced by create_hashjoin_plan(), and final_cost_hashjoin().

◆ jpath

JoinPath HashPath::jpath

Definition at line 2140 of file pathnodes.h.

Referenced by create_hashjoin_path(), create_hashjoin_plan(), and final_cost_hashjoin().

◆ num_batches

int HashPath::num_batches

Definition at line 2142 of file pathnodes.h.

Referenced by create_hashjoin_plan(), and final_cost_hashjoin().

◆ path_hashclauses

List* HashPath::path_hashclauses

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