#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | arg |
char * | name |
int | argnumber |
int | location |
Definition at line 371 of file primnodes.h.
Definition at line 374 of file primnodes.h.
Referenced by expression_tree_mutator(), exprLocation(), get_rule_expr(), JumbleExpr(), make_fn_arguments(), reorder_function_arguments(), and transformExprRecurse().
Definition at line 376 of file primnodes.h.
Referenced by func_get_detail(), JumbleExpr(), and reorder_function_arguments().
Definition at line 377 of file primnodes.h.
Referenced by exprLocation(), and ParseFuncOrColumn().
char* NamedArgExpr::name |
Definition at line 375 of file primnodes.h.
Referenced by get_rule_expr(), and ParseFuncOrColumn().
Definition at line 373 of file primnodes.h.