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