|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Public Member Functions | |
| char *name | pg_node_attr (query_jumble_ignore) |
Data Fields | |
| Expr | xpr |
| Expr * | arg |
| int | argnumber |
| ParseLoc | location |
Definition at line 819 of file primnodes.h.
| char *name NamedArgExpr::pg_node_attr | ( | query_jumble_ignore | ) |
| Expr* NamedArgExpr::arg |
Definition at line 823 of file primnodes.h.
Referenced by expression_tree_mutator_impl(), exprLocation(), get_rule_expr(), make_fn_arguments(), reorder_function_arguments(), and transformExprRecurse().
| int NamedArgExpr::argnumber |
Definition at line 827 of file primnodes.h.
Referenced by func_get_detail(), and reorder_function_arguments().
| ParseLoc NamedArgExpr::location |
Definition at line 829 of file primnodes.h.
Referenced by exprLocation(), and ParseFuncOrColumn().
| Expr NamedArgExpr::xpr |
Definition at line 821 of file primnodes.h.