-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement calculated metrics (metrics which can reference colum…
…ns/dimensions/metrics from multiple models) Implement `aggregated()` function in MetricAliasMetricRef class. When this function is called, referenced metric will be sliced only across the explicitly queried dimensions. Otherwise primary key dimensions are implicitly added to the outer query which is useful if you want to perform additional aggregation on aggregated data. Implement `groupBy` function in MetricAliasColumnOrDimensionRef class. When this function is called the referenced column or dimension will participate in the GROUP BY on segment level.
- Loading branch information
Showing
19 changed files
with
1,038 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.