PostgreSQL Source Code  git master
_DestReceiver Struct Reference

#include <dest.h>

Data Fields

bool(* receiveSlot )(TupleTableSlot *slot, DestReceiver *self)
 
void(* rStartup )(DestReceiver *self, int operation, TupleDesc typeinfo)
 
void(* rShutdown )(DestReceiver *self)
 
void(* rDestroy )(DestReceiver *self)
 
CommandDest mydest
 

Detailed Description

Definition at line 115 of file dest.h.

Field Documentation

◆ mydest

◆ rDestroy

◆ receiveSlot

bool(* _DestReceiver::receiveSlot) (TupleTableSlot *slot, DestReceiver *self)

Definition at line 118 of file dest.h.

Referenced by do_tup_output(), ExecuteCallStmt(), and tstoreStartupReceiver().

◆ rShutdown

void(* _DestReceiver::rShutdown) (DestReceiver *self)

Definition at line 124 of file dest.h.

Referenced by end_tup_output().

◆ rStartup

void(* _DestReceiver::rStartup) (DestReceiver *self, int operation, TupleDesc typeinfo)

Definition at line 121 of file dest.h.

Referenced by begin_tup_output_tupdesc().


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