|
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 963 of file plannodes.h.
| Join::pg_node_attr | ( | abstract | ) |
| bool Join::inner_unique |
Definition at line 969 of file plannodes.h.
Referenced by ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), make_hashjoin(), make_mergejoin(), and make_nestloop().
| List* Join::joinqual |
Definition at line 971 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 968 of file plannodes.h.
Referenced by ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), make_hashjoin(), make_mergejoin(), make_nestloop(), postgresGetForeignPlan(), and set_join_references().