PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | arg |
char * | name |
int | argnumber |
int | location |
Definition at line 530 of file primnodes.h.
Expr* NamedArgExpr::arg |
Definition at line 533 of file primnodes.h.
Referenced by expression_tree_mutator(), exprLocation(), get_rule_expr(), JumbleExpr(), make_fn_arguments(), reorder_function_arguments(), and transformExprRecurse().
int NamedArgExpr::argnumber |
Definition at line 535 of file primnodes.h.
Referenced by func_get_detail(), JumbleExpr(), and reorder_function_arguments().
int NamedArgExpr::location |
Definition at line 536 of file primnodes.h.
Referenced by exprLocation(), and ParseFuncOrColumn().
char* NamedArgExpr::name |
Definition at line 534 of file primnodes.h.
Referenced by get_rule_expr(), and ParseFuncOrColumn().
Expr NamedArgExpr::xpr |
Definition at line 532 of file primnodes.h.