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 1938 of file execnodes.h.
MemoryContext FunctionScanState::argcontext |
Definition at line 1947 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
int FunctionScanState::eflags |
Definition at line 1941 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
struct FunctionScanPerFuncState* FunctionScanState::funcstates |
Definition at line 1946 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
int FunctionScanState::nfuncs |
Definition at line 1945 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
int64 FunctionScanState::ordinal |
Definition at line 1944 of file execnodes.h.
Referenced by ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
bool FunctionScanState::ordinality |
Definition at line 1942 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
bool FunctionScanState::simple |
Definition at line 1943 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
ScanState FunctionScanState::ss |
Definition at line 1940 of file execnodes.h.
Referenced by ExecFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().