|
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 1931 of file execnodes.h.
| MemoryContext FunctionScanState::argcontext |
Definition at line 1940 of file execnodes.h.
Referenced by FunctionNext().
| int FunctionScanState::eflags |
Definition at line 1934 of file execnodes.h.
Referenced by FunctionNext().
| struct FunctionScanPerFuncState* FunctionScanState::funcstates |
Definition at line 1939 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
| int FunctionScanState::nfuncs |
Definition at line 1938 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
| int64 FunctionScanState::ordinal |
Definition at line 1937 of file execnodes.h.
Referenced by ExecReScanFunctionScan(), and FunctionNext().
| bool FunctionScanState::ordinality |
Definition at line 1935 of file execnodes.h.
Referenced by FunctionNext().
| bool FunctionScanState::simple |
Definition at line 1936 of file execnodes.h.
Referenced by FunctionNext().
| ScanState FunctionScanState::ss |
Definition at line 1933 of file execnodes.h.
Referenced by ExecFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().