Re-exports§
pub use anyhow;
Structs§
Traits§
- From
Athena - A trait for converting data from an Athena query result into a specified type.
Functions§
- build_
map - Builds a vector of hash maps representing the rows of the given ResultSet.
Derive Macros§
- From
Athena - Converts data from an Athena query result into a struct implementing the
FromAthena
trait.