PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | arg |
Oid | resulttype |
CoercionForm | convertformat |
int | location |
Definition at line 1137 of file primnodes.h.
Expr* ConvertRowtypeExpr::arg |
Definition at line 1140 of file primnodes.h.
Referenced by adjust_appendrel_attrs_mutator(), coerce_type(), eval_const_expressions_mutator(), expression_tree_mutator_impl(), exprLocation(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), JumbleExpr(), and map_variable_attnos_mutator().
CoercionForm ConvertRowtypeExpr::convertformat |
Definition at line 1144 of file primnodes.h.
Referenced by adjust_appendrel_attrs_mutator(), coerce_type(), eval_const_expressions_mutator(), and map_variable_attnos_mutator().
int ConvertRowtypeExpr::location |
Definition at line 1145 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 1141 of file primnodes.h.
Referenced by adjust_appendrel_attrs_mutator(), coerce_type(), eval_const_expressions_mutator(), find_expr_references_walker(), JumbleExpr(), and map_variable_attnos_mutator().
Expr ConvertRowtypeExpr::xpr |
Definition at line 1139 of file primnodes.h.