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

#include <executor.h>

Data Fields

TupleTableSlotslot
 
DestReceiverdest
 

Detailed Description

Definition at line 621 of file executor.h.

Field Documentation

◆ dest

DestReceiver* TupOutputState::dest

Definition at line 624 of file executor.h.

◆ slot

TupleTableSlot* TupOutputState::slot

Definition at line 623 of file executor.h.


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