|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| int | eflags |
| bool | eof_underlying |
| Tuplestorestate * | tuplestorestate |
Definition at line 2255 of file execnodes.h.
| int MaterialState::eflags |
Definition at line 2258 of file execnodes.h.
Referenced by ExecMaterial(), ExecMaterialMarkPos(), ExecMaterialRestrPos(), and ExecReScanMaterial().
| bool MaterialState::eof_underlying |
Definition at line 2259 of file execnodes.h.
Referenced by ExecMaterial(), and ExecReScanMaterial().
| ScanState MaterialState::ss |
Definition at line 2257 of file execnodes.h.
Referenced by ExecMaterial(), and ExecReScanMaterial().
| Tuplestorestate* MaterialState::tuplestorestate |
Definition at line 2260 of file execnodes.h.
Referenced by ExecEndMaterial(), ExecMaterial(), ExecMaterialMarkPos(), ExecMaterialRestrPos(), and ExecReScanMaterial().