Expand description
Harmonious distributed data processing & analysis in Rust.
📦 Crates.io │ 📑 GitHub │ 💬 Chat
This is a support crate of Amadeus and is not intended to be used directly. These types are re-exposed in amadeus::data
.
Modules§
Macros§
Structs§
- Bson
- A Rust type corresponding to the Bson logical type.
- Date
- Date
Time - Date
Time Without Timezone - Date
Without Timezone - Downcast
Error - 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.
- List
- Parse
Addr Error - An error which can be returned when parsing an IP address or a socket address.
- Parse
Date Error - Parse
Webpage Error - Time
- Time
Without Timezone - Timezone
- A timezone. It can have a varying offset, like
Europe/London
, or fixed likeGMT+1
. - Url
- A parsed URL record.
- Webpage
Enums§
- Decimal
- Rust representation for Decimal values.
- IpAddr
- An IP address, either IPv4 or IPv6.
- Parse
UrlError - Errors that can occur during parsing.
- Schema
- Schema
Incomplete - Value
- Represents any valid Amadeus value.
- Value
Required - Represents any valid required Parquet value. Exists to avoid
Value
being recursive and thus infinitely sized.
Traits§
- Amadeus
Ord - Data
- Downcast
- Downcast
From - This trait lets one downcast a generic type like
Value
to a specific type likeu64
.