[−][src]Crate amadeus_types
Implementations of Rust types that correspond to Parquet logical types.
Record is implemented for each of them.
Macros
| array | |
| tuple |
Structs
| Bson | A Rust type corresponding to the Bson logical type. |
| Date | |
| DateTime | |
| DateTimeWithoutTimezone | |
| DateWithoutTimezone | |
| DowncastError | |
| Enum | A Rust type corresponding to the Enum logical type. |
| Group | Corresponds to Parquet groups of named fields. |
| Json | A Rust type corresponding to the Json logical type. |
| ParseAddrError | An error which can be returned when parsing an IP address or a socket address. |
| ParseDateError | |
| ParseWebpageError | |
| Time | |
| TimeWithoutTimezone | |
| Timezone | A timezone. It can have a varying offset, like |
| Url | A parsed URL record. |
| Webpage |
Enums
| Decimal | Rust representation for Decimal values. |
| IpAddr | An IP address, either IPv4 or IPv6. |
| ParseUrlError | Errors that can occur during parsing. |
| Schema | |
| SchemaIncomplete | |
| Value | Represents any valid Amadeus value. |
| ValueRequired | Represents any valid required Parquet value. Exists to avoid |
Traits
| AmadeusOrd | |
| Downcast | |
| DowncastFrom | This trait lets one downcast a generic type like |