PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
List * | subplans |
Definition at line 989 of file primnodes.h.
List* AlternativeSubPlan::subplans |
Definition at line 992 of file primnodes.h.
Referenced by cost_qual_eval_walker(), exprCollation(), expression_tree_mutator_impl(), exprType(), exprTypmod(), fix_alternative_subplan(), get_rule_expr(), and make_subplan().
Expr AlternativeSubPlan::xpr |
Definition at line 991 of file primnodes.h.