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 1963 of file execnodes.h.

Field Documentation

◆ argcontext

MemoryContext FunctionScanState::argcontext

Definition at line 1972 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

◆ eflags

int FunctionScanState::eflags

Definition at line 1966 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 1969 of file execnodes.h.

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

◆ ordinality

bool FunctionScanState::ordinality

Definition at line 1967 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

◆ simple

bool FunctionScanState::simple

Definition at line 1968 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

◆ ss

ScanState FunctionScanState::ss

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