PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FunctionScanPerFuncState Struct Reference

Data Fields

SetExprStatesetexpr
 
TupleDesc tupdesc
 
int colcount
 
Tuplestorestatetstore
 
int64 rowcount
 
TupleTableSlotfunc_slot
 

Detailed Description

Definition at line 35 of file nodeFunctionscan.c.

Field Documentation

◆ colcount

int FunctionScanPerFuncState::colcount

Definition at line 39 of file nodeFunctionscan.c.

Referenced by ExecInitFunctionScan(), and FunctionNext().

◆ func_slot

TupleTableSlot* FunctionScanPerFuncState::func_slot

Definition at line 42 of file nodeFunctionscan.c.

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

◆ rowcount

int64 FunctionScanPerFuncState::rowcount

Definition at line 41 of file nodeFunctionscan.c.

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

◆ setexpr

SetExprState* FunctionScanPerFuncState::setexpr

Definition at line 37 of file nodeFunctionscan.c.

Referenced by ExecInitFunctionScan(), and FunctionNext().

◆ tstore

Tuplestorestate* FunctionScanPerFuncState::tstore

◆ tupdesc

TupleDesc FunctionScanPerFuncState::tupdesc

Definition at line 38 of file nodeFunctionscan.c.

Referenced by ExecInitFunctionScan(), and FunctionNext().


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