PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | expr |
Expr * | result |
ParseLoc | location |
Definition at line 1322 of file primnodes.h.
Expr* CaseWhen::expr |
Definition at line 1325 of file primnodes.h.
Referenced by deparseCaseExpr(), eval_const_expressions_mutator(), expression_tree_mutator_impl(), foreign_expr_walker(), rewriteSearchAndCycle(), and transformCaseExpr().
ParseLoc CaseWhen::location |
Definition at line 1327 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), rewriteSearchAndCycle(), and transformCaseExpr().
Expr* CaseWhen::result |
Definition at line 1326 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 1324 of file primnodes.h.