PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Oid | typeId |
int32 | typeMod |
Oid | collation |
Definition at line 1229 of file primnodes.h.
Oid CaseTestExpr::collation |
Definition at line 1236 of file primnodes.h.
Referenced by build_coercion_expression(), get_cast_hashentry(), scalararraysel(), transformAssignmentIndirection(), and transformCaseExpr().
Oid CaseTestExpr::typeId |
Definition at line 1232 of file primnodes.h.
Referenced by build_coercion_expression(), get_cast_hashentry(), JumbleExpr(), scalararraysel(), transformAssignmentIndirection(), and transformCaseExpr().
int32 CaseTestExpr::typeMod |
Definition at line 1234 of file primnodes.h.
Referenced by build_coercion_expression(), get_cast_hashentry(), scalararraysel(), transformAssignmentIndirection(), and transformCaseExpr().
Expr CaseTestExpr::xpr |
Definition at line 1231 of file primnodes.h.