PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Oid | typeId |
int32 | typeMod |
Oid | collation |
Definition at line 1024 of file primnodes.h.
Oid CaseTestExpr::collation |
Definition at line 1029 of file primnodes.h.
Referenced by appendJsonTableColumns(), build_coercion_expression(), get_cast_hashentry(), initJsonItemCoercion(), makeCaseTestExpr(), makeJsonConstructorExpr(), scalararraysel(), transformAssignmentIndirection(), transformCaseExpr(), and transformJsonFuncExpr().
Oid CaseTestExpr::typeId |
Definition at line 1027 of file primnodes.h.
Referenced by appendJsonTableColumns(), build_coercion_expression(), get_cast_hashentry(), initJsonItemCoercion(), JumbleExpr(), makeCaseTestExpr(), makeJsonConstructorExpr(), scalararraysel(), transformAssignmentIndirection(), transformCaseExpr(), and transformJsonFuncExpr().
int32 CaseTestExpr::typeMod |
Definition at line 1028 of file primnodes.h.
Referenced by appendJsonTableColumns(), build_coercion_expression(), get_cast_hashentry(), initJsonItemCoercion(), makeCaseTestExpr(), makeJsonConstructorExpr(), scalararraysel(), transformAssignmentIndirection(), transformCaseExpr(), and transformJsonFuncExpr().
Expr CaseTestExpr::xpr |
Definition at line 1026 of file primnodes.h.