PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Expr * | arg |
Oid | resulttype |
Oid | resultcollid |
CoercionForm | coerceformat |
int | location |
Definition at line 1083 of file primnodes.h.
Expr* CoerceViaIO::arg |
Definition at line 1086 of file primnodes.h.
Referenced by build_coercion_expression(), check_functions_in_node(), cost_qual_eval_walker(), eval_const_expressions_mutator(), ExecInitExprRec(), expression_tree_mutator_impl(), exprLocation(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), get_cast_hashentry(), get_rule_expr(), and JumbleExpr().
CoercionForm CoerceViaIO::coerceformat |
Definition at line 1092 of file primnodes.h.
Referenced by build_coercion_expression(), eval_const_expressions_mutator(), get_cast_hashentry(), and get_rule_expr().
int CoerceViaIO::location |
Definition at line 1093 of file primnodes.h.
Referenced by build_coercion_expression(), eval_const_expressions_mutator(), exprLocation(), and get_cast_hashentry().
Oid CoerceViaIO::resultcollid |
Definition at line 1090 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), find_expr_references_walker(), and get_cast_hashentry().
Oid CoerceViaIO::resulttype |
Definition at line 1087 of file primnodes.h.
Referenced by build_coercion_expression(), check_functions_in_node(), cost_qual_eval_walker(), eval_const_expressions_mutator(), ExecInitExprRec(), find_expr_references_walker(), get_cast_hashentry(), get_rule_expr(), and JumbleExpr().
Expr CoerceViaIO::xpr |
Definition at line 1085 of file primnodes.h.