PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | expr |
Expr * | result |
int | location |
Definition at line 1257 of file primnodes.h.
Expr* CaseWhen::expr |
Definition at line 1260 of file primnodes.h.
Referenced by deparseCaseExpr(), eval_const_expressions_mutator(), expression_tree_mutator_impl(), foreign_expr_walker(), rewriteSearchAndCycle(), and transformCaseExpr().
int CaseWhen::location |
Definition at line 1262 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), rewriteSearchAndCycle(), and transformCaseExpr().
Expr* CaseWhen::result |
Definition at line 1261 of file primnodes.h.
Referenced by deparseCaseExpr(), eval_const_expressions_mutator(), expression_tree_mutator_impl(), exprTypmod(), foreign_expr_walker(), rewriteSearchAndCycle(), and transformCaseExpr().
Expr CaseWhen::xpr |
Definition at line 1259 of file primnodes.h.