PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
NodeTag | type |
MergeAction * | mas_action |
ProjectionInfo * | mas_proj |
ExprState * | mas_whenqual |
Definition at line 415 of file execnodes.h.
MergeAction* MergeActionState::mas_action |
Definition at line 419 of file execnodes.h.
Referenced by ExecInitMerge(), ExecInitPartitionInfo(), ExecInsert(), and ExecMergeMatched().
ProjectionInfo* MergeActionState::mas_proj |
Definition at line 420 of file execnodes.h.
Referenced by ExecInitMerge(), ExecInitPartitionInfo(), and ExecMergeMatched().
ExprState* MergeActionState::mas_whenqual |
Definition at line 422 of file execnodes.h.
Referenced by ExecInitMerge(), ExecInitPartitionInfo(), and ExecMergeMatched().
NodeTag MergeActionState::type |
Definition at line 417 of file execnodes.h.