|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| JoinPath | jpath |
| List * | path_hashclauses |
| int | num_batches |
| Cardinality | inner_rows_total |
Definition at line 2487 of file pathnodes.h.
| Cardinality HashPath::inner_rows_total |
Definition at line 2492 of file pathnodes.h.
Referenced by final_cost_hashjoin().
| JoinPath HashPath::jpath |
Definition at line 2489 of file pathnodes.h.
Referenced by final_cost_hashjoin().
| int HashPath::num_batches |
Definition at line 2491 of file pathnodes.h.
Referenced by final_cost_hashjoin().
| List* HashPath::path_hashclauses |
Definition at line 2490 of file pathnodes.h.
Referenced by final_cost_hashjoin().