PostgreSQL Source Code
git master
|
#include <supportnodes.h>
Data Fields | |
NodeTag | type |
struct PlannerInfo * | root |
Oid | funcid |
Node * | node |
Cost | startup |
Cost | per_tuple |
Definition at line 131 of file supportnodes.h.
Oid SupportRequestCost::funcid |
Definition at line 137 of file supportnodes.h.
Referenced by add_function_cost().
Node* SupportRequestCost::node |
Definition at line 138 of file supportnodes.h.
Referenced by add_function_cost().
Cost SupportRequestCost::per_tuple |
Definition at line 142 of file supportnodes.h.
Referenced by add_function_cost(), and test_support_func().
struct PlannerInfo* SupportRequestCost::root |
Definition at line 136 of file supportnodes.h.
Referenced by add_function_cost().
Cost SupportRequestCost::startup |
Definition at line 141 of file supportnodes.h.
Referenced by add_function_cost(), and test_support_func().
NodeTag SupportRequestCost::type |
Definition at line 133 of file supportnodes.h.
Referenced by add_function_cost().