PostgreSQL Source Code: SubPlanState Struct Reference (original) (raw)
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
SubPlan * | subplan |
struct PlanState * | planstate |
struct PlanState * | parent |
ExprState * | testexpr |
HeapTuple | curTuple |
Datum | curArray |
TupleDesc | descRight |
ProjectionInfo * | projLeft |
ProjectionInfo * | projRight |
TupleHashTable | hashtable |
TupleHashTable | hashnulls |
bool | havehashrows |
bool | havenullrows |
MemoryContext | hashtablecxt |
MemoryContext | hashtempcxt |
ExprContext * | innerecontext |
int | numCols |
AttrNumber * | keyColIdx |
Oid * | tab_eq_funcoids |
Oid * | tab_collations |
FmgrInfo * | tab_hash_funcs |
ExprState * | lhs_hash_expr |
FmgrInfo * | cur_eq_funcs |
ExprState * | cur_eq_comp |
Definition at line 1002 of file execnodes.h.
◆ cur_eq_comp
◆ cur_eq_funcs
◆ curArray
Datum SubPlanState::curArray
◆ curTuple
◆ descRight
◆ hashnulls
◆ hashtable
◆ hashtablecxt
◆ hashtempcxt
◆ havehashrows
bool SubPlanState::havehashrows
◆ havenullrows
bool SubPlanState::havenullrows
◆ innerecontext
◆ keyColIdx
◆ lhs_hash_expr
◆ numCols
int SubPlanState::numCols
◆ parent
◆ planstate
◆ projLeft
◆ projRight
◆ subplan
◆ tab_collations
Oid* SubPlanState::tab_collations
◆ tab_eq_funcoids
Oid* SubPlanState::tab_eq_funcoids
◆ tab_hash_funcs
◆ testexpr
◆ type
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h