PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | expr |
Expr * | result |
ParseLoc | location |
Definition at line 1338 of file primnodes.h.
Expr* CaseWhen::expr |
Definition at line 1341 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 1343 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), rewriteSearchAndCycle(), and transformCaseExpr().
Expr* CaseWhen::result |
Definition at line 1342 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 1340 of file primnodes.h.