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