Define default aggregation for a measurement #70
Labels
arrangers
Receive a model an optimize or transform it
modeling
Feature to receive a command, translate it to a dialect and query the source.
new-feature
Request for a new feature in the tool
It should be possible to define a default aggregation for each measurement when specifying the Timeseries. The default aggregation is defined by the keyword
DEFAULT AGGREGATION
. Values can be all aggregations exceptCOUNT
.CREATE TIMESERIES WindEnergy AS ( ... Forecasted MEASUREMENT DEFAULT AGGREGATION SUM, ... )
The default aggregation can be used anywhere by replacing the explicit aggregation by the keyword
AGGREGATE
.should be equivalent to
The text was updated successfully, but these errors were encountered: