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

#include <executor.h>

Data Fields

TupleTableSlotslot
 
DestReceiverdest
 

Detailed Description

Definition at line 610 of file executor.h.

Field Documentation

◆ dest

DestReceiver* TupOutputState::dest

Definition at line 613 of file executor.h.

◆ slot

TupleTableSlot* TupOutputState::slot

Definition at line 612 of file executor.h.


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