Skip to content

Instantly share code, notes, and snippets.

@myhrvold
Last active May 14, 2016 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myhrvold/f5ae2e7fdeef0c4df511855d56c3d2e8 to your computer and use it in GitHub Desktop.
Save myhrvold/f5ae2e7fdeef0c4df511855d56c3d2e8 to your computer and use it in GitHub Desktop.
Fifth Example for Ride Policies Uber for Business Article Raw
(minuteOfDay >= 1260 && minuteOfDay <= 1439 && contains([3,4,5], dayOfWeek)) ||
(minuteOfDay >= 0 && minuteOfDay <= 240 && contains([4,5,6], dayOfWeek)) &&
(distance(originLatitude, originLongitude, 52.924345, -1.216398) <= 400)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment