-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distance series query #1314
Distance series query #1314
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Codecov Report
@@ Coverage Diff @@
## master #1314 +/- ##
==========================================
+ Coverage 95.02% 95.02% +<.01%
==========================================
Files 157 158 +1
Lines 7551 7593 +42
Branches 704 712 +8
==========================================
+ Hits 7175 7215 +40
- Misses 268 269 +1
- Partials 108 109 +1
Continue to review full report at Codecov.
|
af18564
to
0ba38e0
Compare
0ba38e0
to
b4f09c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a few minor tweaks needed (see inline comments).
47fd912
to
fe40a5a
Compare
Co-Authored-By: maxalbert <[email protected]>
Co-Authored-By: maxalbert <[email protected]>
Co-Authored-By: maxalbert <[email protected]>
From: https://www.postgresql.org/docs/9.1/functions-datetime.html#FUNCTIONS-DATETIME-TRUNC Co-Authored-By: maxalbert <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, looks great now. 👍
Closes #1313
I have:
Description
Adds a
DistanceSeries
query to flowmachine.This outputs, per subscriber, a time series of some stat over the distances there were observed to be from a reference location, or arbitary reference point. E.g. minimum distance from 0,0 per day, or median distance from home per week.