Add rate() function resistant to counter reset

This commit is contained in:
Alexander Zobnin
2017-06-26 11:26:13 +03:00
parent fa12b04650
commit d6b36772b6
12 changed files with 130 additions and 6 deletions

View File

@@ -50,6 +50,13 @@ addFuncDef({
defaultParams: [],
});
addFuncDef({
name: 'rate',
category: 'Transform',
params: [],
defaultParams: [],
});
// Aggregate
addFuncDef({