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 1969 of file execnodes.h.
MemoryContext FunctionScanState::argcontext |
Definition at line 1978 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
int FunctionScanState::eflags |
Definition at line 1972 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
struct FunctionScanPerFuncState* FunctionScanState::funcstates |
Definition at line 1977 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
int FunctionScanState::nfuncs |
Definition at line 1976 of file execnodes.h.
Referenced by ExecEndFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
int64 FunctionScanState::ordinal |
Definition at line 1975 of file execnodes.h.
Referenced by ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
bool FunctionScanState::ordinality |
Definition at line 1973 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
bool FunctionScanState::simple |
Definition at line 1974 of file execnodes.h.
Referenced by ExecInitFunctionScan(), and FunctionNext().
ScanState FunctionScanState::ss |
Definition at line 1971 of file execnodes.h.
Referenced by ExecFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().