Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement derivatives across intervals for aggregate queries
For aggregate queries, derivatives will now alter the start time to one interval behind and will use that interval to find the derivative of the first point instead of giving no value for that interval. This does not apply to raw queries yet. Fixes #3247. Contributes to #5943.
- Loading branch information