#include <relation.h>
Data Fields | |
NodeTag | type |
ParamListInfo | boundParams |
List * | subplans |
List * | subroots |
Bitmapset * | rewindPlanIDs |
List * | finalrtable |
List * | finalrowmarks |
List * | resultRelations |
List * | relationOids |
List * | invalItems |
int | nParamExec |
Index | lastPHId |
Index | lastRowMarkId |
bool | transientPlan |
Definition at line 72 of file relation.h.
Definition at line 76 of file relation.h.
Referenced by estimate_expression_value(), eval_const_expressions(), and standard_planner().
Definition at line 86 of file relation.h.
Referenced by set_plan_references(), and standard_planner().
Definition at line 84 of file relation.h.
Referenced by set_plan_references(), and standard_planner().
Definition at line 92 of file relation.h.
Referenced by extract_query_dependencies(), inline_set_returning_function(), record_plan_function_dependency(), and standard_planner().
Definition at line 96 of file relation.h.
Referenced by find_placeholders_in_jointree(), fix_scan_expr(), make_placeholder_expr(), pull_up_simple_subquery(), and standard_planner().
Definition at line 98 of file relation.h.
Referenced by preprocess_rowmarks(), and standard_planner().
Definition at line 94 of file relation.h.
Referenced by assign_param_for_placeholdervar(), assign_param_for_var(), generate_new_param(), replace_outer_agg(), SS_assign_special_param(), standard_planner(), and subquery_planner().
Definition at line 90 of file relation.h.
Referenced by extract_query_dependencies(), extract_query_dependencies_walker(), fix_expr_common(), set_plan_references(), and standard_planner().
Definition at line 88 of file relation.h.
Referenced by set_plan_refs(), and standard_planner().
Definition at line 82 of file relation.h.
Referenced by build_subplan(), and standard_planner().
Definition at line 78 of file relation.h.
Referenced by build_subplan(), finalize_plan(), set_cte_pathlist(), SS_make_initplan_from_plan(), SS_process_ctes(), standard_planner(), and subquery_planner().
Definition at line 80 of file relation.h.
Referenced by build_subplan(), SS_make_initplan_from_plan(), SS_process_ctes(), and standard_planner().
Definition at line 100 of file relation.h.
Referenced by get_relation_info(), and standard_planner().
Definition at line 74 of file relation.h.
Referenced by extract_query_dependencies().