|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 1045 of file execnodes.h.
| ExprState* SubPlanState::cur_eq_comp |
Definition at line 1073 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
| FmgrInfo* SubPlanState::cur_eq_funcs |
Definition at line 1072 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
| Datum SubPlanState::curArray |
Definition at line 1053 of file execnodes.h.
Referenced by ExecInitSubPlan(), and ExecSetParamPlan().
| HeapTuple SubPlanState::curTuple |
Definition at line 1052 of file execnodes.h.
Referenced by ExecInitSubPlan(), ExecScanSubPlan(), and ExecSetParamPlan().
| TupleDesc SubPlanState::descRight |
Definition at line 1055 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| TupleHashTable SubPlanState::hashnulls |
Definition at line 1059 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), and ExecInitSubPlan().
| TupleHashTable SubPlanState::hashtable |
Definition at line 1058 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), and ExecInitSubPlan().
| bool SubPlanState::havehashrows |
Definition at line 1060 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecHashSubPlan().
| bool SubPlanState::havenullrows |
Definition at line 1061 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecHashSubPlan().
| ExprContext* SubPlanState::innerecontext |
Definition at line 1063 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), and ExecInitSubPlan().
| AttrNumber* SubPlanState::keyColIdx |
Definition at line 1066 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| ExprState* SubPlanState::lhs_hash_expr |
Definition at line 1071 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
| int SubPlanState::numCols |
Definition at line 1064 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| PlanState* SubPlanState::parent |
Definition at line 1050 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| PlanState* SubPlanState::planstate |
Definition at line 1049 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), ExecInitSubPlan(), ExecReScan(), ExecReScanSetParamPlan(), ExecScanSubPlan(), ExecSetParamPlan(), and ExecSubPlan().
| ProjectionInfo* SubPlanState::projLeft |
Definition at line 1056 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
| ProjectionInfo* SubPlanState::projRight |
Definition at line 1057 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| SubPlan* SubPlanState::subplan |
Definition at line 1048 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecEvalSubPlan(), ExecHashSubPlan(), ExecInitSubPlan(), ExecReScanSetParamPlan(), ExecScanSubPlan(), ExecSetParamPlan(), and ExecSubPlan().
| Oid* SubPlanState::tab_collations |
Definition at line 1069 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| Oid* SubPlanState::tab_eq_funcoids |
Definition at line 1067 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| FmgrInfo* SubPlanState::tab_hash_funcs |
Definition at line 1070 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| ExprState* SubPlanState::testexpr |
Definition at line 1051 of file execnodes.h.
Referenced by ExecInitSubPlan(), and ExecScanSubPlan().
| MemoryContext SubPlanState::tuplesContext |
Definition at line 1062 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| NodeTag SubPlanState::type |
Definition at line 1047 of file execnodes.h.