PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 961 of file execnodes.h.
ExprState* SubPlanState::cur_eq_comp |
Definition at line 991 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
FmgrInfo* SubPlanState::cur_eq_funcs |
Definition at line 990 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
Datum SubPlanState::curArray |
Definition at line 969 of file execnodes.h.
Referenced by ExecInitSubPlan(), and ExecSetParamPlan().
HeapTuple SubPlanState::curTuple |
Definition at line 968 of file execnodes.h.
Referenced by ExecInitSubPlan(), ExecScanSubPlan(), and ExecSetParamPlan().
TupleDesc SubPlanState::descRight |
Definition at line 971 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
TupleHashTable SubPlanState::hashnulls |
Definition at line 975 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), and ExecInitSubPlan().
TupleHashTable SubPlanState::hashtable |
Definition at line 974 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), and ExecInitSubPlan().
MemoryContext SubPlanState::hashtablecxt |
Definition at line 978 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
MemoryContext SubPlanState::hashtempcxt |
Definition at line 979 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
bool SubPlanState::havehashrows |
Definition at line 976 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecHashSubPlan().
bool SubPlanState::havenullrows |
Definition at line 977 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecHashSubPlan().
ExprContext* SubPlanState::innerecontext |
Definition at line 980 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
AttrNumber* SubPlanState::keyColIdx |
Definition at line 983 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
FmgrInfo* SubPlanState::lhs_hash_funcs |
Definition at line 989 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
int SubPlanState::numCols |
Definition at line 981 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
struct PlanState* SubPlanState::parent |
Definition at line 966 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
struct PlanState* SubPlanState::planstate |
Definition at line 965 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 972 of file execnodes.h.
Referenced by ExecHashSubPlan(), and ExecInitSubPlan().
ProjectionInfo* SubPlanState::projRight |
Definition at line 973 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
SubPlan* SubPlanState::subplan |
Definition at line 964 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecHashSubPlan(), ExecInitSubPlan(), ExecReScanSetParamPlan(), ExecScanSubPlan(), ExecSetParamPlan(), ExecSubPlan(), and ExplainSubPlans().
Oid* SubPlanState::tab_collations |
Definition at line 986 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
Oid* SubPlanState::tab_eq_funcoids |
Definition at line 984 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
FmgrInfo* SubPlanState::tab_eq_funcs |
Definition at line 988 of file execnodes.h.
Referenced by ExecInitSubPlan().
FmgrInfo* SubPlanState::tab_hash_funcs |
Definition at line 987 of file execnodes.h.
Referenced by buildSubPlanHash(), and ExecInitSubPlan().
ExprState* SubPlanState::testexpr |
Definition at line 967 of file execnodes.h.
Referenced by ExecInitSubPlan(), and ExecScanSubPlan().
NodeTag SubPlanState::type |
Definition at line 963 of file execnodes.h.