PostgreSQL Source Code  git master
SubPlan Struct Reference

#include <primnodes.h>

Public Member Functions

 pg_node_attr (no_query_jumble) Expr xpr
 

Data Fields

SubLinkType subLinkType
 
Nodetestexpr
 
ListparamIds
 
int plan_id
 
char * plan_name
 
Oid firstColType
 
int32 firstColTypmod
 
Oid firstColCollation
 
bool useHashTable
 
bool unknownEqFalse
 
bool parallel_safe
 
ListsetParam
 
ListparParam
 
Listargs
 
Cost startup_cost
 
Cost per_call_cost
 

Detailed Description

Definition at line 1029 of file primnodes.h.

Member Function Documentation

◆ pg_node_attr()

SubPlan::pg_node_attr ( no_query_jumble  )

Field Documentation

◆ args

◆ firstColCollation

Oid SubPlan::firstColCollation

Definition at line 1046 of file primnodes.h.

Referenced by exprCollation(), and SS_make_initplan_from_plan().

◆ firstColType

Oid SubPlan::firstColType

◆ firstColTypmod

int32 SubPlan::firstColTypmod

Definition at line 1045 of file primnodes.h.

Referenced by exprTypmod(), and SS_make_initplan_from_plan().

◆ parallel_safe

bool SubPlan::parallel_safe

◆ paramIds

◆ parParam

◆ per_call_cost

Cost SubPlan::per_call_cost

◆ plan_id

◆ plan_name

char* SubPlan::plan_name

◆ setParam

◆ startup_cost

Cost SubPlan::startup_cost

◆ subLinkType

◆ testexpr

◆ unknownEqFalse

bool SubPlan::unknownEqFalse

Definition at line 1051 of file primnodes.h.

Referenced by buildSubPlanHash().

◆ useHashTable

bool SubPlan::useHashTable

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