PostgreSQL Source Code: MaterialState Struct Reference (original) (raw)
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
ScanState | ss |
int | eflags |
bool | eof_underlying |
Tuplestorestate * | tuplestorestate |
Detailed Description
Definition at line 2288 of file execnodes.h.
Field Documentation
◆ eflags
int MaterialState::eflags
Definition at line 2291 of file execnodes.h.
Referenced by ExecInitMaterial(), ExecMaterial(), ExecMaterialMarkPos(), ExecMaterialRestrPos(), and ExecReScanMaterial().
◆ eof_underlying
bool MaterialState::eof_underlying
Definition at line 2292 of file execnodes.h.
Referenced by ExecInitMaterial(), ExecMaterial(), and ExecReScanMaterial().
◆ ss
ScanState MaterialState::ss
Definition at line 2290 of file execnodes.h.
Referenced by ExecInitMaterial(), ExecMaterial(), and ExecReScanMaterial().
◆ tuplestorestate
Tuplestorestate* MaterialState::tuplestorestate
Definition at line 2293 of file execnodes.h.
Referenced by ExecEndMaterial(), ExecInitMaterial(), ExecMaterial(), ExecMaterialMarkPos(), ExecMaterialRestrPos(), ExecReScanMaterial(), and show_material_info().
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h