PostgreSQL Source Code: FunctionScanState Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

Data Fields
ScanState ss
int eflags
bool ordinality
bool simple
int64 ordinal
int nfuncs
struct FunctionScanPerFuncState * funcstates
MemoryContext argcontext

Definition at line 1966 of file execnodes.h.

argcontext

eflags

int FunctionScanState::eflags

funcstates

nfuncs

int FunctionScanState::nfuncs

ordinal

int64 FunctionScanState::ordinal

ordinality

bool FunctionScanState::ordinality

simple

bool FunctionScanState::simple

ss


The documentation for this struct was generated from the following file: