Crate aws_athena_parser

Source

Re-exports§

pub use anyhow;

Structs§

HashMap
A hash map implemented with quadratic probing and SIMD lookup.

Traits§

FromAthena
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§

FromAthena
Converts data from an Athena query result into a struct implementing the FromAthena trait.