//! DataFusion integration for `timeseries-table-core`.
//!
//! This crate intentionally keeps all DataFusion types out of `timeseries-table-core`.
//! The main entry point is [`TsTableProvider`].
pub use TsTableProvider;
/// Test-only helpers for integration tests that need internal predicate logic.