Added sumSeries() aggregation.

This commit is contained in:
Alexander Zobnin
2016-01-29 10:59:46 +03:00
parent 15f7134d9e
commit fb35c83d80
2 changed files with 95 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ function (_, $) {
});
addFuncDef({
name: 'sum',
name: 'sumSeries',
category: 'Aggregate',
params: [],
defaultParams: [],