#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 |
Definition at line 1112 of file execnodes.h.
Definition at line 1115 of file execnodes.h.
Referenced by ExecEndMergeAppend(), ExecInitMergeAppend(), ExecMergeAppend(), ExecReScanMergeAppend(), pass_down_bound(), and search_plan_tree().
struct binaryheap* MergeAppendState::ms_heap |
Definition at line 1120 of file execnodes.h.
Referenced by ExecInitMergeAppend(), and ExecMergeAppend().
Definition at line 1121 of file execnodes.h.
Referenced by ExecInitMergeAppend(), ExecMergeAppend(), and ExecReScanMergeAppend().
Definition at line 1117 of file execnodes.h.
Referenced by ExecInitMergeAppend(), and heap_compare_slots().
Definition at line 1116 of file execnodes.h.
Referenced by ExecEndMergeAppend(), ExecInitMergeAppend(), ExecMergeAppend(), ExecReScanMergeAppend(), pass_down_bound(), and search_plan_tree().
Definition at line 1119 of file execnodes.h.
Referenced by ExecInitMergeAppend(), ExecMergeAppend(), and heap_compare_slots().
Definition at line 1118 of file execnodes.h.
Referenced by ExecInitMergeAppend(), and heap_compare_slots().
Definition at line 1114 of file execnodes.h.
Referenced by ExecInitMergeAppend(), ExecMergeAppend(), ExecReScanMergeAppend(), and show_merge_append_keys().