#include <value.h>
Data Structures | |
union | ValUnion |
Data Fields | |
NodeTag | type |
union Value::ValUnion | val |
Definition at line 42 of file value.h.
Definition at line 44 of file value.h.
Referenced by _copyAConst(), _copyValue(), _equalValue(), _outValue(), exprIsNullConstant(), makeBitString(), makeFloat(), makeInteger(), makeString(), transformCaseExpr(), and transformColumnDefinition().
union Value::ValUnion Value::val |
Referenced by _outValue(), makeBitString(), makeFloat(), makeInteger(), makeString(), transformColumnDefinition(), and typenameTypeMod().