PostgreSQL Source Code  git master
NamedTuplestoreScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
int readptr
 
TupleDesc tupdesc
 
Tuplestorestaterelation
 

Detailed Description

Definition at line 2004 of file execnodes.h.

Field Documentation

◆ readptr

int NamedTuplestoreScanState::readptr

◆ relation

Tuplestorestate* NamedTuplestoreScanState::relation

◆ ss

◆ tupdesc

TupleDesc NamedTuplestoreScanState::tupdesc

Definition at line 2008 of file execnodes.h.

Referenced by ExecInitNamedTuplestoreScan().


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