PostgreSQL Source Code git master
Loading...
Searching...
No Matches
HashPath Struct Reference

#include <pathnodes.h>

Data Fields

JoinPath jpath
 
Listpath_hashclauses
 
int num_batches
 
Cardinality inner_rows_total
 

Detailed Description

Definition at line 2457 of file pathnodes.h.

Field Documentation

◆ inner_rows_total

Cardinality HashPath::inner_rows_total

Definition at line 2462 of file pathnodes.h.

Referenced by final_cost_hashjoin().

◆ jpath

JoinPath HashPath::jpath

Definition at line 2459 of file pathnodes.h.

Referenced by final_cost_hashjoin().

◆ num_batches

int HashPath::num_batches

Definition at line 2461 of file pathnodes.h.

Referenced by final_cost_hashjoin().

◆ path_hashclauses

List* HashPath::path_hashclauses

Definition at line 2460 of file pathnodes.h.

Referenced by final_cost_hashjoin().


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