PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
ScanState | ss |
ExprState * | docexpr |
ExprState * | rowexpr |
List * | colexprs |
List * | coldefexprs |
List * | ns_names |
List * | ns_uris |
Bitmapset * | notnulls |
void * | opaque |
const struct TableFuncRoutine * | routine |
FmgrInfo * | in_functions |
Oid * | typioparams |
int64 | ordinal |
MemoryContext | perTableCxt |
Tuplestorestate * | tupstore |
Definition at line 1702 of file execnodes.h.
List* TableFuncScanState::coldefexprs |
Definition at line 1708 of file execnodes.h.
Referenced by tfuncLoadRows().
List* TableFuncScanState::colexprs |
Definition at line 1707 of file execnodes.h.
Referenced by tfuncInitialize().
ExprState* TableFuncScanState::docexpr |
Definition at line 1705 of file execnodes.h.
Referenced by tfuncFetchRows().
FmgrInfo* TableFuncScanState::in_functions |
Definition at line 1714 of file execnodes.h.
Referenced by XmlTableGetValue().
Bitmapset* TableFuncScanState::notnulls |
Definition at line 1711 of file execnodes.h.
Referenced by tfuncLoadRows().
List* TableFuncScanState::ns_names |
Definition at line 1709 of file execnodes.h.
Referenced by ExecInitTableFuncScan(), and tfuncInitialize().
List* TableFuncScanState::ns_uris |
Definition at line 1710 of file execnodes.h.
Referenced by ExecInitTableFuncScan(), and tfuncInitialize().
void* TableFuncScanState::opaque |
Definition at line 1712 of file execnodes.h.
Referenced by ExecInitTableFuncScan(), tfuncFetchRows(), xml_is_well_formed_content(), XmlTableDestroyOpaque(), and XmlTableInitOpaque().
int64 TableFuncScanState::ordinal |
Definition at line 1716 of file execnodes.h.
Referenced by tfuncFetchRows(), and tfuncLoadRows().
MemoryContext TableFuncScanState::perTableCxt |
Definition at line 1717 of file execnodes.h.
Referenced by ExecInitTableFuncScan(), and tfuncFetchRows().
const struct TableFuncRoutine* TableFuncScanState::routine |
Definition at line 1713 of file execnodes.h.
Referenced by ExecInitTableFuncScan(), tfuncFetchRows(), tfuncInitialize(), and tfuncLoadRows().
ExprState* TableFuncScanState::rowexpr |
Definition at line 1706 of file execnodes.h.
Referenced by tfuncInitialize().
ScanState TableFuncScanState::ss |
Definition at line 1704 of file execnodes.h.
Referenced by ExecEndTableFuncScan(), ExecInitTableFuncScan(), ExecReScanTableFuncScan(), ExecTableFuncScan(), TableFuncNext(), tfuncFetchRows(), tfuncInitialize(), and tfuncLoadRows().
Tuplestorestate* TableFuncScanState::tupstore |
Definition at line 1718 of file execnodes.h.
Referenced by ExecEndTableFuncScan(), ExecReScanTableFuncScan(), TableFuncNext(), tfuncFetchRows(), and tfuncLoadRows().
Oid* TableFuncScanState::typioparams |
Definition at line 1715 of file execnodes.h.
Referenced by XmlTableGetValue().