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