Skip to main content

Module continuous_agg

Module continuous_agg 

Source
Expand description

Continuous aggregate definition types.

Shared between Origin and Lite. Origin uses these for SQL DDL parsing and the continuous aggregate manager. Lite uses them for the embedded continuous aggregate engine and its DDL handler.

Structs§

AggregateExpr
An aggregate expression: function + source column → result column.
ContinuousAggregateDef
Definition of a continuous aggregate.

Enums§

AggFunction
Supported aggregate functions.
RefreshPolicy
When to refresh the aggregate.