|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Scan | scan |
| List * | functions |
| bool | funcordinality |
Definition at line 763 of file plannodes.h.
| bool FunctionScan::funcordinality |
Definition at line 769 of file plannodes.h.
Referenced by ExecInitFunctionScan(), and make_functionscan().
| List* FunctionScan::functions |
Definition at line 767 of file plannodes.h.
Referenced by ExecInitFunctionScan(), ExecReScanFunctionScan(), ExplainTargetRel(), finalize_plan(), make_functionscan(), and set_plan_refs().
| Scan FunctionScan::scan |
Definition at line 765 of file plannodes.h.
Referenced by create_functionscan_plan(), ExecInitFunctionScan(), make_functionscan(), and set_plan_refs().