|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Public Member Functions | |
| pg_node_attr (custom_read_write) NodeTag type | |
Data Fields | |
| A_Expr_Kind | kind |
| List * | name |
| Node * | lexpr |
| Node * | rexpr |
| ParseLoc | rexpr_list_start |
| ParseLoc | rexpr_list_end |
| ParseLoc | location |
Definition at line 346 of file parsenodes.h.
| A_Expr::pg_node_attr | ( | custom_read_write | ) |
| A_Expr_Kind A_Expr::kind |
Definition at line 351 of file parsenodes.h.
Referenced by _outA_Expr(), and make_nulltest_from_distinct().
| Node* A_Expr::lexpr |
Definition at line 353 of file parsenodes.h.
Referenced by exprLocation(), and raw_expression_tree_walker_impl().
| ParseLoc A_Expr::location |
Definition at line 363 of file parsenodes.h.
Referenced by exprLocation(), and make_nulltest_from_distinct().
| List* A_Expr::name |
Definition at line 352 of file parsenodes.h.
| Node* A_Expr::rexpr |
Definition at line 354 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl().
| ParseLoc A_Expr::rexpr_list_end |
Definition at line 362 of file parsenodes.h.
| ParseLoc A_Expr::rexpr_list_start |
Definition at line 361 of file parsenodes.h.