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