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