|
|
static int32_t | CreateDate (const DateParts &parts) |
| | Construct a Calendar date without timezone or time.
|
| |
|
static int64_t | CreateTime (const TimeParts &parts) |
| | Construct a time-of-day, microsecond precision, without date, timezone.
|
| |
|
static int64_t | CreateTimestamp (const TimestampParts &parts) |
| | Construct a timestamp, microsecond precision, without timezone.
|
| |
|
static int64_t | CreateTimestampTz (const TimestampParts &parts) |
| | Construct a timestamp, microsecond precision, with timezone.
|
| |
|
static int64_t | CreateTimestampNanos (const TimestampNanosParts &parts) |
| | Construct a timestamp, nanosecond precision, without timezone.
|
| |
|
static int64_t | CreateTimestampTzNanos (const TimestampNanosParts &parts) |
| | Construct a timestamp, nanosecond precision, with timezone.
|
| |
The documentation for this class was generated from the following file: