PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
A_Expr_Kind | kind |
List * | name |
Node * | lexpr |
Node * | rexpr |
int | location |
Definition at line 287 of file parsenodes.h.
A_Expr_Kind A_Expr::kind |
Definition at line 290 of file parsenodes.h.
Referenced by _outA_Expr(), and make_nulltest_from_distinct().
Node* A_Expr::lexpr |
Definition at line 292 of file parsenodes.h.
Referenced by exprLocation(), and raw_expression_tree_walker().
int A_Expr::location |
Definition at line 294 of file parsenodes.h.
Referenced by exprLocation(), and make_nulltest_from_distinct().
List* A_Expr::name |
Definition at line 291 of file parsenodes.h.
Node* A_Expr::rexpr |
Definition at line 293 of file parsenodes.h.
Referenced by raw_expression_tree_walker().
NodeTag A_Expr::type |
Definition at line 289 of file parsenodes.h.