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.