Skip to main content

Concepts

These pages define the vocabulary the operator pages assume — temporal keys, sequences, windowing, triggers, partitioning, late data, and the value axis. Read them reference-style: definitional, no walkthroughs.

First time here?

Start with the one-picture Mental model — series, events, operators, reducers, and the three series types — then come back to these pages for the details.

Core primitives

PrimitiveWhat it isPage
Temporal keysTime / TimeRange / Interval — points and spans on the timelineTemporal keys
SequencesGrid definitions (fixed-step / calendar / bounded)Sequences
SeriesTimeSeries (batch) and LiveSeries (streaming) — peersSeries
Temporal relationswithin / overlapping / trim; tail, first, last as conceptsTemporal relations
WindowingFull / fixed / rolling / streaming-rolling / multi-window — five modesWindowing
TriggersWhen live aggregations emit (event / every / count)Triggers
PartitioningPer-entity scope: split, operate, fan inPartitioning
Late data"Data is the clock"; ordering modes; grace windowsLate data
Value axisKey by distance / work / lap instead of time; ValueSeriesValue axis

The operator pages assume the vocabulary these introduce.