Scale/offset

This commit is contained in:
Alexander Zobnin
2021-05-25 16:24:32 +03:00
parent addd86d7cd
commit d3888329cb
5 changed files with 140 additions and 71 deletions

View File

@@ -31,3 +31,5 @@ type TimeSeriesMeta struct {
}
type AggFunc = func(points []TimePoint) *float64
type TransformFunc = func(point TimePoint) TimePoint