|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 1009 of file execnodes.h.
| ExprState* SubPlanState::cur_eq_comp |
Definition at line 1037 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
| FmgrInfo* SubPlanState::cur_eq_funcs |
Definition at line 1036 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
| Datum SubPlanState::curArray |
Definition at line 1017 of file execnodes.h.
Referenced by ExecInitSubPlan(), and ExecSetParamPlan().
| HeapTuple SubPlanState::curTuple |
Definition at line 1016 of file execnodes.h.
Referenced by ExecInitSubPlan(), ExecScanSubPlan(), and ExecSetParamPlan().
| TupleDesc SubPlanState::descRight |
Definition at line 1019 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| TupleHashTable SubPlanState::hashnulls |
Definition at line 1023 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), and ExecInitSubPlan().
| TupleHashTable SubPlanState::hashtable |
Definition at line 1022 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), and ExecInitSubPlan().
| bool SubPlanState::havehashrows |
Definition at line 1024 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecHashSubPlan().
| bool SubPlanState::havenullrows |
Definition at line 1025 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecHashSubPlan().
| ExprContext* SubPlanState::innerecontext |
Definition at line 1027 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), and ExecInitSubPlan().
| AttrNumber* SubPlanState::keyColIdx |
Definition at line 1030 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| ExprState* SubPlanState::lhs_hash_expr |
Definition at line 1035 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
| int SubPlanState::numCols |
Definition at line 1028 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| PlanState* SubPlanState::parent |
Definition at line 1014 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| PlanState* SubPlanState::planstate |
Definition at line 1013 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), ExecInitSubPlan(), ExecReScan(), ExecReScanSetParamPlan(), ExecScanSubPlan(), ExecSetParamPlan(), ExecSubPlan(), ExplainSubPlans(), and planstate_walk_subplans().
| ProjectionInfo* SubPlanState::projLeft |
Definition at line 1020 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
| ProjectionInfo* SubPlanState::projRight |
Definition at line 1021 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| SubPlan* SubPlanState::subplan |
Definition at line 1012 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), ExecInitSubPlan(), ExecReScanSetParamPlan(), ExecScanSubPlan(), ExecSetParamPlan(), ExecSubPlan(), and ExplainSubPlans().
| Oid* SubPlanState::tab_collations |
Definition at line 1033 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| Oid* SubPlanState::tab_eq_funcoids |
Definition at line 1031 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| FmgrInfo* SubPlanState::tab_hash_funcs |
Definition at line 1034 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| ExprState* SubPlanState::testexpr |
Definition at line 1015 of file execnodes.h.
Referenced by ExecInitSubPlan(), and ExecScanSubPlan().
| MemoryContext SubPlanState::tuplesContext |
Definition at line 1026 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
| NodeTag SubPlanState::type |
Definition at line 1011 of file execnodes.h.