athena_rs 3.26.4

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
//! Expected-table status-builder facade for `/debug/schema`.
//!
//! This module preserves a stable import surface while splitting status-row
//! assembly concerns by table-found state:
//! - `debug_evaluation_status_present_builder`
//! - `debug_evaluation_status_missing_builder`

pub(super) use super::debug_evaluation_status_missing_builder::build_missing_expected_table_status;
pub(super) use super::debug_evaluation_status_present_builder::build_present_expected_table_status;