Module tidb_query_datatype::codec::mysql::time [−][src]
Re-exports
pub use self::extension::*; |
pub use self::weekmode::WeekMode; |
Modules
| extension | |
| parser | |
| tz | |
| weekmode |
Structs
| Time | |
| TimeArgs | A validator that verify each field for the |
Enums
| TimeType | |
| Tz | A time zone represented by either offset (i.e. +8) or name (i.e. Asia/Shanghai). In addition, local time zone is also valid. |
Constants
| MAX_COMPONENTS_LEN | |
| MAX_TIMESTAMP | |
| MAX_YEAR | |
| MICRO_WIDTH | |
| MIN_TIMESTAMP | |
| MIN_YEAR | |
| MONTH_NAMES | |
| MONTH_NAMES_ABBR |
Traits
| TimeDatumPayloadChunkEncoder | |
| TimeDecoder | |
| TimeEncoder | Time Encoder for Chunk format |
Functions
| chrono_datetime | |
| chrono_naive_datetime | |
| handle_invalid_date | |
| handle_zero_date | |
| handle_zero_in_date | |
| is_leap_year | |
| last_day_of_month | |
| round_components | Round each component. |
| round_frac | Round |