|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| int | eflags |
| bool | ordinality |
| bool | simple |
| int64 | ordinal |
| int | nfuncs |
| struct FunctionScanPerFuncState * | funcstates |
| MemoryContext | argcontext |
Definition at line 1975 of file execnodes.h.
| MemoryContext FunctionScanState::argcontext |
Definition at line 1984 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
| int FunctionScanState::eflags |
Definition at line 1978 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
| struct FunctionScanPerFuncState* FunctionScanState::funcstates |
Definition at line 1983 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
| int FunctionScanState::nfuncs |
Definition at line 1982 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
| int64 FunctionScanState::ordinal |
Definition at line 1981 of file execnodes.h.
Referenced by ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
| bool FunctionScanState::ordinality |
Definition at line 1979 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
| bool FunctionScanState::simple |
Definition at line 1980 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
| ScanState FunctionScanState::ss |
Definition at line 1977 of file execnodes.h.
Referenced by ExecFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().