PostgreSQL Source Code  git master
SupportRequestCost Struct Reference

#include <supportnodes.h>

Data Fields

NodeTag type
 
struct PlannerInforoot
 
Oid funcid
 
Nodenode
 
Cost startup
 
Cost per_tuple
 

Detailed Description

Definition at line 131 of file supportnodes.h.

Field Documentation

◆ funcid

Oid SupportRequestCost::funcid

Definition at line 137 of file supportnodes.h.

Referenced by add_function_cost().

◆ node

Node* SupportRequestCost::node

Definition at line 138 of file supportnodes.h.

Referenced by add_function_cost().

◆ per_tuple

Cost SupportRequestCost::per_tuple

Definition at line 142 of file supportnodes.h.

Referenced by add_function_cost(), and test_support_func().

◆ root

struct PlannerInfo* SupportRequestCost::root

Definition at line 136 of file supportnodes.h.

Referenced by add_function_cost().

◆ startup

Cost SupportRequestCost::startup

Definition at line 141 of file supportnodes.h.

Referenced by add_function_cost(), and test_support_func().

◆ type

NodeTag SupportRequestCost::type

Definition at line 133 of file supportnodes.h.

Referenced by add_function_cost().


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