Expand description
Methods for checked timestamp operations.
Structsยง
- Checked
Timestamp - Invalid
Timestamp Precision Error - The error returned when constructing a
VarCharMaxLength
from an invalid value. - Packed
Naive Date Time - An encoded packed variant of
NaiveDateTime
. - Proto
From ToTimestamp Precisions - Helper struct for representing from and to precisions each of type
Option<TimestampPrecision>
. - Proto
Optional Timestamp Precision - Helper struct for representing
Option<TimestampPrecision>
. - Proto
Timestamp Precision - Timestamp
Precision - The
max_precision
of aScalarType::Timestamp
orScalarType::TimestampTz
.
Enumsยง
Constantsยง
- HOURS_
PER_ ๐DAY - MAX_
PRECISION - MINUTES_
PER_ ๐HOUR - MONTHS_
PER_ ๐YEAR - NANOSECONDS_
PER_ ๐HOUR - NANOSECONDS_
PER_ ๐MINUTE - NANOSECONDS_
PER_ ๐SECOND - SECONDS_
PER_ ๐MINUTE
Staticsยง
Traitsยง
- Date
Like - Common set of methods for date component.
- Time
Like - Common set of methods for time component.
- Timestamp
Like - A timestamp with both a date and a time component, but not necessarily a timezone component.