//! Convenience prelude.
//!
//! The `timeseries-table-format` crate is the supported public entry point.
//! Downstream code can import its common types from this module.
pub use crate::coverage;
pub use crate::{
AppendError, AppendRequest, CoverageQueryError, CreateTableError, IndexKind, IndexSpec,
IndexSpecError, IndexValue, IndexValueError, IntoRecordBatchReader, LogicalDataType,
LogicalField, LogicalSchema, OpenTableError, OptimizeError, OptimizeReport,
ParseTimeIndexGranularityError, ScanError, TableError, TableLocation, TableMeta,
TableProtocolError, TableStateAccessError, TimeIndexGranularity, TimeSeriesTable,
validate_index_range,
};