#include <primnodes.h>
Data Fields | |
| Expr | xpr |
| SubLinkType | subLinkType |
| Node * | testexpr |
| List * | paramIds |
| int | plan_id |
| char * | plan_name |
| Oid | firstColType |
| int32 | firstColTypmod |
| Oid | firstColCollation |
| bool | useHashTable |
| bool | unknownEqFalse |
| List * | setParam |
| List * | parParam |
| List * | args |
| Cost | startup_cost |
| Cost | per_call_cost |
Definition at line 570 of file primnodes.h.
Definition at line 598 of file primnodes.h.
Referenced by build_subplan(), ExecInitSubPlan(), expression_tree_mutator(), expression_tree_walker(), finalize_primnode(), find_param_referent(), and SS_process_ctes().
Definition at line 585 of file primnodes.h.
Referenced by build_subplan(), exprCollation(), SS_make_initplan_from_plan(), and SS_process_ctes().
Definition at line 583 of file primnodes.h.
Referenced by build_subplan(), ExecScanSubPlan(), ExecSetParamPlan(), exprType(), SS_make_initplan_from_plan(), and SS_process_ctes().
Definition at line 584 of file primnodes.h.
Referenced by build_subplan(), exprTypmod(), SS_make_initplan_from_plan(), and SS_process_ctes().
Definition at line 577 of file primnodes.h.
Referenced by build_subplan(), buildSubPlanHash(), ExecInitSubPlan(), ExecScanSubPlan(), finalize_primnode(), make_subplan(), and SS_process_ctes().
Definition at line 597 of file primnodes.h.
Referenced by build_subplan(), cost_subplan(), ExecHashSubPlan(), ExecReScanSetParamPlan(), ExecScanSubPlan(), finalize_primnode(), find_param_referent(), make_subplan(), and SS_process_ctes().
Definition at line 601 of file primnodes.h.
Referenced by cost_qual_eval_walker(), cost_subplan(), ExecInitAlternativeSubPlan(), and SS_finalize_plan().
| int SubPlan::plan_id |
Definition at line 579 of file primnodes.h.
Referenced by build_subplan(), create_ctescan_plan(), ExecInitSubPlan(), SS_make_initplan_from_plan(), and SS_process_ctes().
| char* SubPlan::plan_name |
Definition at line 581 of file primnodes.h.
Referenced by build_subplan(), ExplainSubPlans(), get_rule_expr(), SS_make_initplan_from_plan(), and SS_process_ctes().
Definition at line 595 of file primnodes.h.
Referenced by build_subplan(), create_ctescan_plan(), ExecInitSubPlan(), ExecReScanSetParamPlan(), ExecSetParamPlan(), ExecSubPlan(), SS_finalize_plan(), SS_make_initplan_from_plan(), and SS_process_ctes().
Definition at line 600 of file primnodes.h.
Referenced by cost_qual_eval_walker(), cost_subplan(), ExecInitAlternativeSubPlan(), and SS_finalize_plan().
Definition at line 574 of file primnodes.h.
Referenced by build_subplan(), buildSubPlanHash(), cost_subplan(), ExecInitSubPlan(), ExecReScanSetParamPlan(), ExecScanSubPlan(), ExecSetParamPlan(), ExecSubPlan(), exprCollation(), exprType(), exprTypmod(), SS_make_initplan_from_plan(), and SS_process_ctes().
Definition at line 576 of file primnodes.h.
Referenced by build_subplan(), cost_subplan(), ExecInitSubPlan(), expression_tree_mutator(), expression_tree_walker(), finalize_primnode(), and SS_process_ctes().
Definition at line 590 of file primnodes.h.
Referenced by build_subplan(), buildSubPlanHash(), and SS_process_ctes().
Definition at line 588 of file primnodes.h.
Referenced by build_subplan(), cost_subplan(), ExecInitSubPlan(), ExecSubPlan(), get_rule_expr(), make_subplan(), and SS_process_ctes().
Definition at line 572 of file primnodes.h.
1.7.1