|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| ExprState * | docexpr |
| ExprState * | rowexpr |
| List * | colexprs |
| List * | coldefexprs |
| List * | colvalexprs |
| List * | passingvalexprs |
| 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 2004 of file execnodes.h.
| List* TableFuncScanState::coldefexprs |
Definition at line 2010 of file execnodes.h.
| List* TableFuncScanState::colexprs |
Definition at line 2009 of file execnodes.h.
| List* TableFuncScanState::colvalexprs |
Definition at line 2011 of file execnodes.h.
| ExprState* TableFuncScanState::docexpr |
Definition at line 2007 of file execnodes.h.
| FmgrInfo* TableFuncScanState::in_functions |
Definition at line 2018 of file execnodes.h.
| Bitmapset* TableFuncScanState::notnulls |
Definition at line 2015 of file execnodes.h.
| List* TableFuncScanState::ns_names |
Definition at line 2013 of file execnodes.h.
| List* TableFuncScanState::ns_uris |
Definition at line 2014 of file execnodes.h.
| void* TableFuncScanState::opaque |
Definition at line 2016 of file execnodes.h.
| int64 TableFuncScanState::ordinal |
Definition at line 2020 of file execnodes.h.
| List* TableFuncScanState::passingvalexprs |
Definition at line 2012 of file execnodes.h.
| MemoryContext TableFuncScanState::perTableCxt |
Definition at line 2021 of file execnodes.h.
| const struct TableFuncRoutine* TableFuncScanState::routine |
Definition at line 2017 of file execnodes.h.
| ExprState* TableFuncScanState::rowexpr |
Definition at line 2008 of file execnodes.h.
| ScanState TableFuncScanState::ss |
Definition at line 2006 of file execnodes.h.
Referenced by ExecReScanTableFuncScan(), ExecTableFuncScan(), and TableFuncNext().
| Tuplestorestate* TableFuncScanState::tupstore |
Definition at line 2022 of file execnodes.h.
Referenced by ExecEndTableFuncScan(), ExecReScanTableFuncScan(), and TableFuncNext().
| Oid* TableFuncScanState::typioparams |
Definition at line 2019 of file execnodes.h.