PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
eval_const_expressions_context Struct Reference

Data Fields

ParamListInfo boundParams
 
PlannerInforoot
 
Listactive_fns
 
Nodecase_val
 
bool estimate
 

Detailed Description

Definition at line 59 of file clauses.c.

Field Documentation

◆ active_fns

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().

◆ boundParams

ParamListInfo eval_const_expressions_context::boundParams

◆ case_val

Node* eval_const_expressions_context::case_val

◆ estimate

bool eval_const_expressions_context::estimate

◆ root

PlannerInfo* eval_const_expressions_context::root

The documentation for this struct was generated from the following file: