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