PostgreSQL Source Code: MergeAppendState Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

Data Fields
PlanState ps
PlanState ** mergeplans
int ms_nplans
int ms_nkeys
SortSupport ms_sortkeys
TupleTableSlot ** ms_slots
struct binaryheap * ms_heap
bool ms_initialized
struct PartitionPruneState * ms_prune_state
Bitmapset * ms_valid_subplans

Definition at line 1532 of file execnodes.h.

mergeplans

ms_heap

ms_initialized

bool MergeAppendState::ms_initialized

ms_nkeys

int MergeAppendState::ms_nkeys

ms_nplans

int MergeAppendState::ms_nplans

ms_prune_state

ms_slots

ms_sortkeys

ms_valid_subplans

Bitmapset* MergeAppendState::ms_valid_subplans

ps


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