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 |
int | location |
Definition at line 714 of file primnodes.h.
char* name NamedArgExpr::pg_node_attr | ( | query_jumble_ignore | ) |
Expr* NamedArgExpr::arg |
Definition at line 718 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 722 of file primnodes.h.
Referenced by func_get_detail(), and reorder_function_arguments().
int NamedArgExpr::location |
Definition at line 724 of file primnodes.h.
Referenced by exprLocation(), and ParseFuncOrColumn().
Expr NamedArgExpr::xpr |
Definition at line 716 of file primnodes.h.