PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | arg |
Oid | resulttype |
CoercionForm | convertformat |
int | location |
Definition at line 904 of file primnodes.h.
Expr* ConvertRowtypeExpr::arg |
Definition at line 907 of file primnodes.h.
Referenced by adjust_appendrel_attrs_mutator(), coerce_type(), eval_const_expressions_mutator(), ExecEvalConvertRowtype(), ExecInitExprRec(), expression_tree_mutator(), exprLocation(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), get_rule_expr(), JumbleExpr(), map_variable_attnos_mutator(), and strip_implicit_coercions().
CoercionForm ConvertRowtypeExpr::convertformat |
Definition at line 910 of file primnodes.h.
Referenced by adjust_appendrel_attrs_mutator(), coerce_type(), eval_const_expressions_mutator(), get_rule_expr(), map_variable_attnos_mutator(), and strip_implicit_coercions().
int ConvertRowtypeExpr::location |
Definition at line 911 of file primnodes.h.
Referenced by adjust_appendrel_attrs_mutator(), coerce_type(), eval_const_expressions_mutator(), exprLocation(), and map_variable_attnos_mutator().
Oid ConvertRowtypeExpr::resulttype |
Definition at line 908 of file primnodes.h.
Referenced by adjust_appendrel_attrs_mutator(), coerce_type(), eval_const_expressions_mutator(), ExecEvalConvertRowtype(), find_expr_references_walker(), get_rule_expr(), JumbleExpr(), and map_variable_attnos_mutator().
Expr ConvertRowtypeExpr::xpr |
Definition at line 906 of file primnodes.h.