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 1820 of file execnodes.h.
MemoryContext FunctionScanState::argcontext |
Definition at line 1829 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
int FunctionScanState::eflags |
Definition at line 1823 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
struct FunctionScanPerFuncState* FunctionScanState::funcstates |
Definition at line 1828 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
int FunctionScanState::nfuncs |
Definition at line 1827 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
int64 FunctionScanState::ordinal |
Definition at line 1826 of file execnodes.h.
Referenced by ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
bool FunctionScanState::ordinality |
Definition at line 1824 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
bool FunctionScanState::simple |
Definition at line 1825 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
ScanState FunctionScanState::ss |
Definition at line 1822 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().