|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Public Member Functions | |
| pg_node_attr (no_query_jumble) Expr xpr | |
Definition at line 1092 of file primnodes.h.
| SubPlan::pg_node_attr | ( | no_query_jumble | ) |
| List* SubPlan::args |
Definition at line 1125 of file primnodes.h.
Referenced by ExecHashSubPlan(), ExecInitNode(), ExecInitSubPlanExpr(), ExecSetParamPlan(), expression_tree_mutator_impl(), expression_tree_walker_impl(), finalize_primnode(), find_param_referent(), and max_parallel_hazard_walker().
| int SubPlan::disabled_nodes |
Definition at line 1127 of file primnodes.h.
Referenced by cost_subplan().
| Oid SubPlan::firstColCollation |
Definition at line 1109 of file primnodes.h.
Referenced by exprCollation(), and SS_make_initplan_from_plan().
| Oid SubPlan::firstColType |
Definition at line 1107 of file primnodes.h.
Referenced by ExecScanSubPlan(), ExecSetParamPlan(), exprType(), and SS_make_initplan_from_plan().
| int32 SubPlan::firstColTypmod |
Definition at line 1108 of file primnodes.h.
Referenced by exprTypmod(), and SS_make_initplan_from_plan().
| bool SubPlan::isInitPlan |
Definition at line 1112 of file primnodes.h.
Referenced by get_parameter(), get_rule_expr(), and SS_make_initplan_from_plan().
| bool SubPlan::parallel_safe |
Definition at line 1118 of file primnodes.h.
Referenced by max_parallel_hazard_walker(), and SS_make_initplan_from_plan().
| List* SubPlan::paramIds |
Definition at line 1101 of file primnodes.h.
Referenced by buildSubPlanHash(), ExecScanSubPlan(), finalize_primnode(), find_param_generator(), and max_parallel_hazard_walker().
| List* SubPlan::parParam |
Definition at line 1124 of file primnodes.h.
Referenced by cost_subplan(), ExecHashSubPlan(), ExecInitSubPlan(), ExecInitSubPlanExpr(), ExecReScanSetParamPlan(), ExecScanSubPlan(), ExecSetParamPlan(), finalize_primnode(), and find_param_referent().
| Cost SubPlan::per_call_cost |
Definition at line 1129 of file primnodes.h.
Referenced by cost_qual_eval_walker(), and cost_subplan().
| int SubPlan::plan_id |
Definition at line 1103 of file primnodes.h.
Referenced by ExecInitSubPlan(), and SS_make_initplan_from_plan().
| char* SubPlan::plan_name |
Definition at line 1105 of file primnodes.h.
Referenced by ExecInitSubPlan(), get_parameter(), get_rule_expr(), and SS_make_initplan_from_plan().
| List* SubPlan::setParam |
Definition at line 1122 of file primnodes.h.
Referenced by ExecInitSubPlan(), ExecReScanSetParamPlan(), ExecScanSubPlan(), ExecSetParamPlan(), ExecSubPlan(), find_param_generator(), and SS_make_initplan_from_plan().
| Cost SubPlan::startup_cost |
Definition at line 1128 of file primnodes.h.
Referenced by cost_qual_eval_walker(), cost_subplan(), and fix_alternative_subplan().
| SubLinkType SubPlan::subLinkType |
Definition at line 1098 of file primnodes.h.
Referenced by buildSubPlanHash(), cost_subplan(), ExecInitExprRec(), ExecInitSubPlan(), ExecPushExprSetupSteps(), ExecReScanSetParamPlan(), ExecScanSubPlan(), ExecSetParamPlan(), ExecSubPlan(), expr_setup_walker(), exprCollation(), exprType(), exprTypmod(), find_param_generator(), get_rule_expr(), and SS_make_initplan_from_plan().
| Node* SubPlan::testexpr |
Definition at line 1100 of file primnodes.h.
Referenced by cost_subplan(), ExecInitSubPlan(), expression_tree_mutator_impl(), expression_tree_walker_impl(), finalize_primnode(), get_rule_expr(), and max_parallel_hazard_walker().
| bool SubPlan::unknownEqFalse |
Definition at line 1115 of file primnodes.h.
Referenced by buildSubPlanHash().
| bool SubPlan::useHashTable |
Definition at line 1113 of file primnodes.h.
Referenced by cost_subplan(), ExecInitSubPlan(), ExecSubPlan(), get_parameter(), and get_rule_expr().