PostgreSQL Source Code
git master
|
Data Fields | |
SetExprState * | setexpr |
TupleDesc | tupdesc |
int | colcount |
Tuplestorestate * | tstore |
int64 | rowcount |
TupleTableSlot * | func_slot |
Definition at line 35 of file nodeFunctionscan.c.
int FunctionScanPerFuncState::colcount |
Definition at line 39 of file nodeFunctionscan.c.
Referenced by ExecInitFunctionScan(), and FunctionNext().
TupleTableSlot* FunctionScanPerFuncState::func_slot |
Definition at line 42 of file nodeFunctionscan.c.
Referenced by ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
int64 FunctionScanPerFuncState::rowcount |
Definition at line 41 of file nodeFunctionscan.c.
Referenced by ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
SetExprState* FunctionScanPerFuncState::setexpr |
Definition at line 37 of file nodeFunctionscan.c.
Referenced by ExecInitFunctionScan(), and FunctionNext().
Tuplestorestate* FunctionScanPerFuncState::tstore |
Definition at line 40 of file nodeFunctionscan.c.
Referenced by ExecEndFunctionScan(), ExecInitFunctionScan(), ExecReScanFunctionScan(), and FunctionNext().
TupleDesc FunctionScanPerFuncState::tupdesc |
Definition at line 38 of file nodeFunctionscan.c.
Referenced by ExecInitFunctionScan(), and FunctionNext().