Module proof_of_sql::base::time::timestamp

source ·
Expand description

Stores all functionality relelvant to timestamps and time units

Structs§

  • A wrapper around i64 to mitigate conflicting From implementations

Enums§

  • Specifies different units of time measurement relative to the Unix epoch. It is essentially a wrapper over arrow::datatypes::TimeUnit so that we can derive Copy and implement custom traits such as bit distribution and Hash.