nodedb 0.3.0-beta.1

Local-first, real-time, edge-to-cloud hybrid database for multi-modal workloads
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: BUSL-1.1

//! Continuous aggregate definition types.
//!
//! Re-exported from `nodedb_types::timeseries::continuous_agg`.
//! Types are defined in the shared crate so both Origin and Lite can use them.

pub use nodedb_types::timeseries::continuous_agg::{
    AggFunction, AggregateExpr, ContinuousAggregateDef, RefreshPolicy,
};