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 886 of file primnodes.h.
Expr* CoerceViaIO::arg |
Definition at line 889 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(), exprLocation(), find_nonnullable_rels_walker(), find_nonnullable_vars_walker(), get_cast_hashentry(), get_rule_expr(), and JumbleExpr().
CoercionForm CoerceViaIO::coerceformat |
Definition at line 893 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 894 of file primnodes.h.
Referenced by build_coercion_expression(), eval_const_expressions_mutator(), exprLocation(), and get_cast_hashentry().
Oid CoerceViaIO::resultcollid |
Definition at line 892 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), find_expr_references_walker(), and get_cast_hashentry().
Oid CoerceViaIO::resulttype |
Definition at line 890 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 888 of file primnodes.h.