#include <dest.h>
Data Fields | |
void(* | receiveSlot )(TupleTableSlot *slot, DestReceiver *self) |
void(* | rStartup )(DestReceiver *self, int operation, TupleDesc typeinfo) |
void(* | rShutdown )(DestReceiver *self) |
void(* | rDestroy )(DestReceiver *self) |
CommandDest | mydest |
Definition at line 111 of file dest.h.
Definition at line 124 of file dest.h.
Referenced by _SPI_cursor_operation(), _SPI_pquery(), DoPortalRunFetch(), PortalRunMulti(), postquel_start(), SetRemoteDestReceiverParams(), and SetTuplestoreDestReceiverParams().
void(* _DestReceiver::rDestroy)(DestReceiver *self) |
Definition at line 122 of file dest.h.
Referenced by exec_execute_message(), exec_simple_query(), FillPortalStore(), PersistHoldablePortal(), and postquel_end().
void(* _DestReceiver::receiveSlot)(TupleTableSlot *slot, DestReceiver *self) |
Definition at line 114 of file dest.h.
Referenced by do_tup_output(), ExecutePlan(), RunFromStore(), SetRemoteDestReceiverParams(), and tstoreStartupReceiver().
void(* _DestReceiver::rShutdown)(DestReceiver *self) |
Definition at line 120 of file dest.h.
Referenced by end_tup_output(), RunFromStore(), and standard_ExecutorRun().
void(* _DestReceiver::rStartup)(DestReceiver *self, int operation, TupleDesc typeinfo) |
Definition at line 117 of file dest.h.
Referenced by begin_tup_output_tupdesc(), RunFromStore(), and standard_ExecutorRun().