PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Scan | scan |
TableFunc * | tablefunc |
Definition at line 554 of file plannodes.h.
Scan TableFuncScan::scan |
Definition at line 556 of file plannodes.h.
Referenced by create_tablefuncscan_plan(), ExecInitTableFuncScan(), make_tablefuncscan(), and set_plan_refs().
TableFunc* TableFuncScan::tablefunc |
Definition at line 557 of file plannodes.h.
Referenced by ExecInitTableFuncScan(), make_tablefuncscan(), and set_plan_refs().