PostgreSQL Source Code  git master
FunctionScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
int eflags
 
bool ordinality
 
bool simple
 
int64 ordinal
 
int nfuncs
 
struct FunctionScanPerFuncStatefuncstates
 
MemoryContext argcontext
 

Detailed Description

Definition at line 1898 of file execnodes.h.

Field Documentation

◆ argcontext

MemoryContext FunctionScanState::argcontext

Definition at line 1907 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

◆ eflags

int FunctionScanState::eflags

Definition at line 1901 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

◆ funcstates

struct FunctionScanPerFuncState* FunctionScanState::funcstates

◆ nfuncs

int FunctionScanState::nfuncs

◆ ordinal

int64 FunctionScanState::ordinal

Definition at line 1904 of file execnodes.h.

Referenced by ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().

◆ ordinality

bool FunctionScanState::ordinality

Definition at line 1902 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

◆ simple

bool FunctionScanState::simple

Definition at line 1903 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

◆ ss

ScanState FunctionScanState::ss

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