PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 1952 of file execnodes.h.

Field Documentation

◆ argcontext

MemoryContext FunctionScanState::argcontext

Definition at line 1961 of file execnodes.h.

Referenced by FunctionNext().

◆ eflags

int FunctionScanState::eflags

Definition at line 1955 of file execnodes.h.

Referenced by FunctionNext().

◆ funcstates

struct FunctionScanPerFuncState* FunctionScanState::funcstates

Definition at line 1960 of file execnodes.h.

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

◆ nfuncs

int FunctionScanState::nfuncs

Definition at line 1959 of file execnodes.h.

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

◆ ordinal

int64 FunctionScanState::ordinal

Definition at line 1958 of file execnodes.h.

Referenced by ExecReScanFunctionScan(), and FunctionNext().

◆ ordinality

bool FunctionScanState::ordinality

Definition at line 1956 of file execnodes.h.

Referenced by FunctionNext().

◆ simple

bool FunctionScanState::simple

Definition at line 1957 of file execnodes.h.

Referenced by FunctionNext().

◆ ss

ScanState FunctionScanState::ss

Definition at line 1954 of file execnodes.h.

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


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