athena_rs 3.18.0

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Client-domain expected logging-schema table contracts.
//!
//! This module preserves a stable client-domain expectation import surface
//! while table contracts are split by concern:
//! - `statistics` for aggregate statistics tables
//! - `catalog` for client catalog and config-overlay tables

mod catalog;
mod statistics;

pub(super) use catalog::{EXPECTED_ATHENA_CLIENT_CONFIGS, EXPECTED_ATHENA_CLIENTS};
pub(super) use statistics::{EXPECTED_CLIENT_STATISTICS, EXPECTED_CLIENT_TABLE_STATISTICS};