PostgreSQL Source Code  git master
MaterialState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
int eflags
 
bool eof_underlying
 
Tuplestorestatetuplestorestate
 

Detailed Description

Definition at line 2223 of file execnodes.h.

Field Documentation

◆ eflags

int MaterialState::eflags

◆ eof_underlying

bool MaterialState::eof_underlying

Definition at line 2227 of file execnodes.h.

Referenced by ExecInitMaterial(), ExecMaterial(), and ExecReScanMaterial().

◆ ss

ScanState MaterialState::ss

Definition at line 2225 of file execnodes.h.

Referenced by ExecInitMaterial(), ExecMaterial(), and ExecReScanMaterial().

◆ tuplestorestate


The documentation for this struct was generated from the following file: