Returns the underlying storage. There is only one representation for any DateValue (including the invalid DateValue) and the storage is directly comparable.
| 173 | /// Returns the underlying storage. There is only one representation for any DateValue |
| 174 | /// (including the invalid DateValue) and the storage is directly comparable. |
| 175 | int32_t Value() const { return days_since_epoch_; } |
| 176 | |
| 177 | /// Returns a DateValue converted from a DateVal. The caller must ensure the DateVal |
| 178 | /// does not represent a NULL. |
no outgoing calls
no test coverage detected