timeseries-table-format 0.3.0

Append-only time-series table format with gap/overlap tracking
Documentation
1
2
3
4
5
6
7
8
9
10
//! 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::{
    LogicalDataType, LogicalField, LogicalSchema, ParseTimeBucketError, TableError, TableLocation,
    TableMeta, TimeBucket, TimeIndexSpec, TimeSeriesTable,
};