PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | arg |
List * | newvals |
List * | fieldnums |
Oid | resulttype |
Definition at line 1035 of file primnodes.h.
Expr* FieldStore::arg |
Definition at line 1038 of file primnodes.h.
Referenced by ExecInitExprRec(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_assignment_input(), isAssignmentIndirectionExpr(), JumbleExpr(), process_matched_tle(), and transformAssignmentIndirection().
List* FieldStore::fieldnums |
Definition at line 1041 of file primnodes.h.
Referenced by ExecInitExprRec(), expression_tree_mutator_impl(), find_expr_references_walker(), process_matched_tle(), processIndirection(), and transformAssignmentIndirection().
List* FieldStore::newvals |
Definition at line 1039 of file primnodes.h.
Referenced by ExecInitExprRec(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_rule_expr(), get_update_query_targetlist_def(), JumbleExpr(), process_matched_tle(), processIndirection(), transformAssignmentIndirection(), and transformInsertRow().
Oid FieldStore::resulttype |
Definition at line 1043 of file primnodes.h.
Referenced by ExecInitExprRec(), find_expr_references_walker(), processIndirection(), and transformAssignmentIndirection().
Expr FieldStore::xpr |
Definition at line 1037 of file primnodes.h.