PostgreSQL Source Code  git master
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.

◆ boundParams

ParamListInfo eval_const_expressions_context::boundParams

Definition at line 61 of file clauses.c.

◆ case_val

Node* eval_const_expressions_context::case_val

Definition at line 64 of file clauses.c.

◆ estimate

bool eval_const_expressions_context::estimate

Definition at line 65 of file clauses.c.

◆ root

PlannerInfo* eval_const_expressions_context::root

Definition at line 62 of file clauses.c.


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