|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| int | eflags |
| bool | eof_underlying |
| Tuplestorestate * | tuplestorestate |
Definition at line 2294 of file execnodes.h.
| int MaterialState::eflags |
Definition at line 2297 of file execnodes.h.
Referenced by ExecInitMaterial(), ExecMaterial(), ExecMaterialMarkPos(), ExecMaterialRestrPos(), and ExecReScanMaterial().
| bool MaterialState::eof_underlying |
Definition at line 2298 of file execnodes.h.
Referenced by ExecInitMaterial(), ExecMaterial(), and ExecReScanMaterial().
| ScanState MaterialState::ss |
Definition at line 2296 of file execnodes.h.
Referenced by ExecInitMaterial(), ExecMaterial(), and ExecReScanMaterial().
| Tuplestorestate* MaterialState::tuplestorestate |
Definition at line 2299 of file execnodes.h.
Referenced by ExecEndMaterial(), ExecInitMaterial(), ExecMaterial(), ExecMaterialMarkPos(), ExecMaterialRestrPos(), ExecReScanMaterial(), and show_material_info().