PostgreSQL Source Code git master
Data Fields
FunctionScanState Struct Reference

#include <execnodes.h>

Data Fields

 
int  eflags
 
bool  ordinality
 
bool  simple
 
 
int  nfuncs
 
 
 

Detailed Description

Definition at line 1969 of file execnodes.h.

Field Documentation

argcontext

MemoryContext FunctionScanState::argcontext

Definition at line 1978 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

eflags

int FunctionScanState::eflags

Definition at line 1972 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

funcstates

struct FunctionScanPerFuncState* FunctionScanState::funcstates

Definition at line 1977 of file execnodes.h.

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

nfuncs

int FunctionScanState::nfuncs

Definition at line 1976 of file execnodes.h.

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

ordinal

int64 FunctionScanState::ordinal

Definition at line 1975 of file execnodes.h.

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

ordinality

bool FunctionScanState::ordinality

Definition at line 1973 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

simple

bool FunctionScanState::simple

Definition at line 1974 of file execnodes.h.

Referenced by ExecInitFunctionScan(), and FunctionNext().

ss

ScanState FunctionScanState::ss

Definition at line 1971 of file execnodes.h.

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


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

AltStyle によって変換されたページ (->オリジナル) /