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

#include <execnodes.h>

Data Fields

ScanState ss
 
int readptr
 
TupleDesc tupdesc
 
Tuplestorestaterelation
 

Detailed Description

Definition at line 2058 of file execnodes.h.

Field Documentation

◆ readptr

int NamedTuplestoreScanState::readptr

Definition at line 2061 of file execnodes.h.

Referenced by ExecReScanNamedTuplestoreScan(), and NamedTuplestoreScanNext().

◆ relation

Tuplestorestate* NamedTuplestoreScanState::relation

Definition at line 2063 of file execnodes.h.

Referenced by ExecReScanNamedTuplestoreScan(), and NamedTuplestoreScanNext().

◆ ss

ScanState NamedTuplestoreScanState::ss

◆ tupdesc

TupleDesc NamedTuplestoreScanState::tupdesc

Definition at line 2062 of file execnodes.h.


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