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 63 of file clauses.c.
Referenced by estimate_expression_value(), eval_const_expressions(), and inline_function().
ParamListInfo eval_const_expressions_context::boundParams |
Definition at line 61 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 64 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 65 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 62 of file clauses.c.
Referenced by estimate_expression_value(), eval_const_expressions(), eval_const_expressions_mutator(), inline_function(), and simplify_function().