|
PostgreSQL Source Code git master
|
#include <supportnodes.h>
Data Fields | |
| NodeTag | type |
| PlannerInfo * | root |
| Oid | funcid |
| Node * | node |
| Cost | startup |
| Cost | per_tuple |
Definition at line 186 of file supportnodes.h.
| Oid SupportRequestCost::funcid |
Definition at line 192 of file supportnodes.h.
Referenced by add_function_cost().
| Node* SupportRequestCost::node |
Definition at line 193 of file supportnodes.h.
Referenced by add_function_cost().
| Cost SupportRequestCost::per_tuple |
Definition at line 197 of file supportnodes.h.
Referenced by add_function_cost(), and test_support_func().
| PlannerInfo* SupportRequestCost::root |
Definition at line 191 of file supportnodes.h.
Referenced by add_function_cost().
| Cost SupportRequestCost::startup |
Definition at line 196 of file supportnodes.h.
Referenced by add_function_cost(), and test_support_func().
| NodeTag SupportRequestCost::type |
Definition at line 188 of file supportnodes.h.
Referenced by add_function_cost().