PostgreSQL Source Code git master
|
#include <plannodes.h>
Public Member Functions | |
pg_node_attr (abstract) Plan plan | |
Data Fields | |
JoinType | jointype |
bool | inner_unique |
List * | joinqual |
Definition at line 787 of file plannodes.h.
Join::pg_node_attr | ( | abstract | ) |
bool Join::inner_unique |
Definition at line 793 of file plannodes.h.
Referenced by ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), make_hashjoin(), make_mergejoin(), and make_nestloop().
List* Join::joinqual |
Definition at line 794 of file plannodes.h.
Referenced by ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), make_hashjoin(), make_mergejoin(), make_nestloop(), postgresGetForeignPlan(), and set_join_references().
JoinType Join::jointype |
Definition at line 792 of file plannodes.h.
Referenced by ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), make_hashjoin(), make_mergejoin(), make_nestloop(), postgresGetForeignPlan(), and set_join_references().