etl-unit 0.1.0

Semantic data model for ETL units — qualities and measurements over subjects and time. Built on Polars.
1
2
3
4
5
6
7
8
9
mod over_subject_fn;
mod over_time_fn;
mod pointwise_fn;
mod signal_policy;

pub(crate) use over_subject_fn::*;
pub(crate) use over_time_fn::*;
pub(crate) use pointwise_fn::*;
pub(crate) use signal_policy::*;