Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

MergeJoinState Struct Reference

#include <execnodes.h>

Data Fields

JoinState js
int mj_NumClauses
MergeJoinClause mj_Clauses
int mj_JoinState
bool mj_ExtraMarks
bool mj_ConstFalseJoin
bool mj_FillOuter
bool mj_FillInner
bool mj_MatchedOuter
bool mj_MatchedInner
TupleTableSlotmj_OuterTupleSlot
TupleTableSlotmj_InnerTupleSlot
TupleTableSlotmj_MarkedTupleSlot
TupleTableSlotmj_NullOuterTupleSlot
TupleTableSlotmj_NullInnerTupleSlot
ExprContextmj_OuterEContext
ExprContextmj_InnerEContext

Detailed Description

Definition at line 1543 of file execnodes.h.


Field Documentation

Definition at line 1547 of file execnodes.h.

Referenced by ExecInitMergeJoin(), MJCompare(), MJEvalInnerValues(), and MJEvalOuterValues().

Definition at line 1550 of file execnodes.h.

Referenced by ExecInitMergeJoin(), and MJCompare().

Definition at line 1549 of file execnodes.h.

Referenced by ExecInitMergeJoin(), and ExecMergeJoin().

Definition at line 1552 of file execnodes.h.

Referenced by ExecInitMergeJoin(), ExecMergeJoin(), and MJEvalInnerValues().

Definition at line 1551 of file execnodes.h.

Referenced by ExecInitMergeJoin(), ExecMergeJoin(), and MJEvalOuterValues().

Definition at line 1561 of file execnodes.h.

Referenced by ExecInitMergeJoin(), and MJEvalInnerValues().

Definition at line 1556 of file execnodes.h.

Referenced by ExecMergeJoin(), ExecReScanMergeJoin(), and MJFillInner().

Definition at line 1548 of file execnodes.h.

Referenced by ExecMergeJoin(), and ExecReScanMergeJoin().

Definition at line 1554 of file execnodes.h.

Referenced by ExecMergeJoin(), and ExecReScanMergeJoin().

Definition at line 1553 of file execnodes.h.

Referenced by ExecMergeJoin(), and ExecReScanMergeJoin().

Definition at line 1559 of file execnodes.h.

Referenced by ExecInitMergeJoin(), and MJFillOuter().

Definition at line 1558 of file execnodes.h.

Referenced by ExecInitMergeJoin(), and MJFillInner().

Definition at line 1546 of file execnodes.h.

Referenced by ExecInitMergeJoin(), MJCompare(), MJEvalInnerValues(), and MJEvalOuterValues().

Definition at line 1560 of file execnodes.h.

Referenced by ExecInitMergeJoin(), and MJEvalOuterValues().

Definition at line 1555 of file execnodes.h.

Referenced by ExecMergeJoin(), ExecReScanMergeJoin(), MJEvalOuterValues(), and MJFillOuter().


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