PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
Join | join |
List * | nestParams |
Definition at line 935 of file plannodes.h.
Join NestLoop::join |
Definition at line 937 of file plannodes.h.
Referenced by create_nestloop_plan(), ExecInitNestLoop(), and make_nestloop().
List* NestLoop::nestParams |
Definition at line 939 of file plannodes.h.
Referenced by ExecInitNestLoop(), ExecNestLoop(), find_param_referent(), make_nestloop(), and set_join_references().