|
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 1952 of file execnodes.h.
| MemoryContext FunctionScanState::argcontext |
Definition at line 1961 of file execnodes.h.
Referenced by FunctionNext().
| int FunctionScanState::eflags |
Definition at line 1955 of file execnodes.h.
Referenced by FunctionNext().
| struct FunctionScanPerFuncState* FunctionScanState::funcstates |
Definition at line 1960 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
| int FunctionScanState::nfuncs |
Definition at line 1959 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
| int64 FunctionScanState::ordinal |
Definition at line 1958 of file execnodes.h.
Referenced by ExecReScanFunctionScan(), and FunctionNext().
| bool FunctionScanState::ordinality |
Definition at line 1956 of file execnodes.h.
Referenced by FunctionNext().
| bool FunctionScanState::simple |
Definition at line 1957 of file execnodes.h.
Referenced by FunctionNext().
| ScanState FunctionScanState::ss |
Definition at line 1954 of file execnodes.h.
Referenced by ExecFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().