PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
JoinPath | jpath |
List * | path_hashclauses |
int | num_batches |
double | inner_rows_total |
Definition at line 1603 of file pathnodes.h.
double HashPath::inner_rows_total |
Definition at line 1608 of file pathnodes.h.
Referenced by create_hashjoin_plan(), and final_cost_hashjoin().
JoinPath HashPath::jpath |
Definition at line 1605 of file pathnodes.h.
Referenced by create_hashjoin_path(), create_hashjoin_plan(), and final_cost_hashjoin().
int HashPath::num_batches |
Definition at line 1607 of file pathnodes.h.
Referenced by create_hashjoin_plan(), and final_cost_hashjoin().
List* HashPath::path_hashclauses |
Definition at line 1606 of file pathnodes.h.
Referenced by create_hashjoin_path(), create_hashjoin_plan(), final_cost_hashjoin(), and reparameterize_path_by_child().