Header And Logo

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

Data Fields

SubPlanState Struct Reference

#include <execnodes.h>

Data Fields

ExprState xprstate
struct PlanStateplanstate
ExprStatetestexpr
Listargs
HeapTuple curTuple
Datum curArray
ProjectionInfoprojLeft
ProjectionInfoprojRight
TupleHashTable hashtable
TupleHashTable hashnulls
bool havehashrows
bool havenullrows
MemoryContext hashtablecxt
MemoryContext hashtempcxt
ExprContextinnerecontext
AttrNumberkeyColIdx
FmgrInfotab_hash_funcs
FmgrInfotab_eq_funcs
FmgrInfolhs_hash_funcs
FmgrInfocur_eq_funcs

Detailed Description

Definition at line 720 of file execnodes.h.


Field Documentation

Definition at line 725 of file execnodes.h.

Referenced by ExecHashSubPlan(), ExecInitSubPlan(), and ExecScanSubPlan().

Definition at line 742 of file execnodes.h.

Referenced by ExecHashSubPlan(), and ExecInitSubPlan().

Definition at line 727 of file execnodes.h.

Referenced by ExecInitSubPlan(), and ExecSetParamPlan().

Definition at line 726 of file execnodes.h.

Referenced by ExecInitSubPlan(), ExecScanSubPlan(), and ExecSetParamPlan().

Definition at line 732 of file execnodes.h.

Referenced by buildSubPlanHash(), ExecHashSubPlan(), and ExecInitSubPlan().

Definition at line 731 of file execnodes.h.

Referenced by buildSubPlanHash(), ExecHashSubPlan(), and ExecInitSubPlan().

Definition at line 735 of file execnodes.h.

Referenced by buildSubPlanHash(), and ExecInitSubPlan().

Definition at line 736 of file execnodes.h.

Referenced by buildSubPlanHash(), and ExecInitSubPlan().

Definition at line 733 of file execnodes.h.

Referenced by buildSubPlanHash(), and ExecHashSubPlan().

Definition at line 734 of file execnodes.h.

Referenced by buildSubPlanHash(), and ExecHashSubPlan().

Definition at line 737 of file execnodes.h.

Referenced by buildSubPlanHash(), and ExecInitSubPlan().

Definition at line 738 of file execnodes.h.

Referenced by buildSubPlanHash(), and ExecInitSubPlan().

Definition at line 741 of file execnodes.h.

Referenced by ExecHashSubPlan(), and ExecInitSubPlan().

Definition at line 729 of file execnodes.h.

Referenced by ExecHashSubPlan(), and ExecInitSubPlan().

Definition at line 730 of file execnodes.h.

Referenced by buildSubPlanHash(), and ExecInitSubPlan().

Definition at line 740 of file execnodes.h.

Referenced by buildSubPlanHash(), and ExecInitSubPlan().

Definition at line 739 of file execnodes.h.

Referenced by buildSubPlanHash(), and ExecInitSubPlan().

Definition at line 724 of file execnodes.h.

Referenced by ExecInitSubPlan(), and ExecScanSubPlan().


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