Structsยง
- Field
Index - A field index (e.g., parsed from โ$0โ -> 0).
- Name
Enumsยง
- Supported
Precision ๐
Functionsยง
- check_
supported_ ๐precision - duration_
to_ ๐precision_ units - Convert a
chrono::Durationto the units implied byprecision. Errors ifdurationoverflows the target unitโs i64 range, or ifdurationcarries a fractional component finer thanprecisioncan represent (e.g..999seconds canโt be represented exactly at precision 0). - parse_
date_ ๐to_ days - Parse a date string using chrono to days since Unix epoch
- parse_
time_ ๐to_ microseconds - Parse a time string to microseconds(precision 6) since midnight.
- parse_
time_ ๐to_ precision_ units - Parse a time-of-day string using chrono to a value in the given precisionโs units since midnight.
- parse_
timestamp_ ๐to_ microseconds - Parse a timestamp string to microseconds since Unix epoch.
- parse_
timestamp_ ๐to_ precision_ units - Parse a timestamp string using chrono to a value in the given precisionโs units since the Unix epoch.
- to_
boolean_ ๐literal - to_
float_ ๐literal - to_
int_ ๐literal - to_
null_ ๐literal - to_
string_ ๐literal