PostgreSQL Source Code git master
Loading...
Searching...
No Matches
MaterialState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
int eflags
 
bool eof_underlying
 
Tuplestorestatetuplestorestate
 

Detailed Description

Definition at line 2271 of file execnodes.h.

Field Documentation

◆ eflags

int MaterialState::eflags

◆ eof_underlying

bool MaterialState::eof_underlying

Definition at line 2275 of file execnodes.h.

Referenced by ExecMaterial(), and ExecReScanMaterial().

◆ ss

ScanState MaterialState::ss

Definition at line 2273 of file execnodes.h.

Referenced by ExecMaterial(), and ExecReScanMaterial().

◆ tuplestorestate

Tuplestorestate* MaterialState::tuplestorestate

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