PostgreSQL Source Code
git master
|
#include <execnodes.h>
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 1490 of file execnodes.h.
PlanState** MergeAppendState::mergeplans |
Definition at line 1493 of file execnodes.h.
Referenced by ExecEndMergeAppend(), ExecInitMergeAppend(), ExecMergeAppend(), ExecReScanMergeAppend(), and ExecSetTupleBound().
struct binaryheap* MergeAppendState::ms_heap |
Definition at line 1498 of file execnodes.h.
Referenced by ExecInitMergeAppend(), ExecMergeAppend(), and ExecReScanMergeAppend().
bool MergeAppendState::ms_initialized |
Definition at line 1499 of file execnodes.h.
Referenced by ExecInitMergeAppend(), ExecMergeAppend(), and ExecReScanMergeAppend().
int MergeAppendState::ms_nkeys |
Definition at line 1495 of file execnodes.h.
Referenced by ExecInitMergeAppend(), and heap_compare_slots().
int MergeAppendState::ms_nplans |
Definition at line 1494 of file execnodes.h.
Referenced by ExecEndMergeAppend(), ExecInitMergeAppend(), ExecMergeAppend(), ExecReScanMergeAppend(), and ExecSetTupleBound().
struct PartitionPruneState* MergeAppendState::ms_prune_state |
Definition at line 1500 of file execnodes.h.
Referenced by ExecInitMergeAppend(), ExecMergeAppend(), and ExecReScanMergeAppend().
TupleTableSlot** MergeAppendState::ms_slots |
Definition at line 1497 of file execnodes.h.
Referenced by ExecInitMergeAppend(), ExecMergeAppend(), and heap_compare_slots().
SortSupport MergeAppendState::ms_sortkeys |
Definition at line 1496 of file execnodes.h.
Referenced by ExecInitMergeAppend(), and heap_compare_slots().
Bitmapset* MergeAppendState::ms_valid_subplans |
Definition at line 1501 of file execnodes.h.
Referenced by ExecInitMergeAppend(), ExecMergeAppend(), and ExecReScanMergeAppend().
PlanState MergeAppendState::ps |
Definition at line 1492 of file execnodes.h.
Referenced by ExecInitMergeAppend(), ExecMergeAppend(), ExecReScanMergeAppend(), and show_merge_append_keys().