PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | arg |
char * | name |
int | argnumber |
int | location |
Definition at line 676 of file primnodes.h.
Expr* NamedArgExpr::arg |
Definition at line 680 of file primnodes.h.
Referenced by expression_tree_mutator_impl(), exprLocation(), get_rule_expr(), JumbleExpr(), make_fn_arguments(), reorder_function_arguments(), and transformExprRecurse().
int NamedArgExpr::argnumber |
Definition at line 684 of file primnodes.h.
Referenced by func_get_detail(), JumbleExpr(), and reorder_function_arguments().
int NamedArgExpr::location |
Definition at line 686 of file primnodes.h.
Referenced by exprLocation(), and ParseFuncOrColumn().
char* NamedArgExpr::name |
Definition at line 682 of file primnodes.h.
Referenced by get_rule_expr(), and ParseFuncOrColumn().
Expr NamedArgExpr::xpr |
Definition at line 678 of file primnodes.h.