Skip to content
makr-code edited this page Dec 21, 2025 · 1 revision

continuous_agg.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/timeseries/continuous_agg.cpp

Purpose: Implements continuous aggregations over time series data (downsampling, rollups).

Public functions / symbols:

  • for (int64_t wstart = from_ms; wstart <= to_ms; wstart += win_ms) {
  • for (const auto& p : points) {

Clone this wiki locally