Module tidb_query_datatype::codec::mysql::duration [−][src]
Modules
| parser |
Structs
| Duration |
Constants
| MAX_DURATION_INT_VALUE | |
| MAX_HOUR_PART | |
| MAX_MINUTE_PART | |
| MAX_NANOS | |
| MAX_NANOS_PART | |
| MAX_SECOND_PART | |
| MICROS_PER_SEC | |
| MICRO_WIDTH | |
| NANOS_PER_MICRO | |
| NANOS_PER_MILLI | |
| NANOS_PER_SEC | |
| NANO_WIDTH | |
| SECS_PER_HOUR | |
| SECS_PER_MINUTE |
Traits
| DurationDatumPayloadChunkEncoder | |
| DurationDecoder | |
| DurationEncoder |
Functions
| check_hour_part | |
| check_minute_part | |
| check_nanos | |
| check_nanos_part | |
| check_second_part | |
| checked_round |