|
PostgreSQL Source Code git master
|
Data Fields | |
| ParamListInfo | boundParams |
| PlannerInfo * | root |
| List * | active_fns |
| Node * | case_val |
| bool | estimate |
| List* eval_const_expressions_context::active_fns |
Definition at line 68 of file clauses.c.
Referenced by estimate_expression_value(), eval_const_expressions(), and inline_function().
| ParamListInfo eval_const_expressions_context::boundParams |
Definition at line 66 of file clauses.c.
Referenced by estimate_expression_value(), eval_const_expressions(), and eval_const_expressions_mutator().
| Node* eval_const_expressions_context::case_val |
Definition at line 69 of file clauses.c.
Referenced by estimate_expression_value(), eval_const_expressions(), and eval_const_expressions_mutator().
| bool eval_const_expressions_context::estimate |
Definition at line 70 of file clauses.c.
Referenced by ece_function_is_safe(), estimate_expression_value(), eval_const_expressions(), eval_const_expressions_mutator(), and evaluate_function().
| PlannerInfo* eval_const_expressions_context::root |
Definition at line 67 of file clauses.c.
Referenced by estimate_expression_value(), eval_const_expressions(), eval_const_expressions_mutator(), inline_function(), simplify_aggref(), and simplify_function().