//! DataFusion integration for `timeseries-table-format`.
//!
//! This module is enabled by the `datafusion` feature. The main entry point is
//! [`TsTableProvider`].
/// The DataFusion crate version compatible with this integration.
pub use datafusion as engine;
pub use TsTableProvider;
/// Pretty-print helpers for Arrow record batches (used by examples / CLI output).