PostgreSQL Source Code: Join Struct Reference (original) (raw)

#include <[plannodes.h](plannodes%5F8h%5Fsource.html)>

Public Member Functions
Data Fields
JoinType jointype
bool inner_unique
List * joinqual

Detailed Description

Definition at line 923 of file plannodes.h.

Member Function Documentation

pg_node_attr()

Join::pg_node_attr ( abstract )

Field Documentation

inner_unique

bool Join::inner_unique

Definition at line 929 of file plannodes.h.

Referenced by ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), make_hashjoin(), make_mergejoin(), and make_nestloop().

joinqual

List* Join::joinqual

Definition at line 931 of file plannodes.h.

Referenced by ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), make_hashjoin(), make_mergejoin(), make_nestloop(), postgresGetForeignPlan(), and set_join_references().

jointype

JoinType Join::jointype

Definition at line 928 of file plannodes.h.

Referenced by ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), make_hashjoin(), make_mergejoin(), make_nestloop(), postgresGetForeignPlan(), and set_join_references().


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