athena_rs 3.26.3

Hyper performant polyglot Database driver
1
2
3
4
5
6
//! Compatibility re-exports for the extracted `athena-gateway` fetch condition helpers.

pub use athena_gateway::{
    RequestCondition, merge_column_types_with_stats_fallback, resolve_where_column_types,
    to_query_conditions, to_query_conditions_with_types,
};