Skip to content
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

Min() doesn't work on dates #22

Open
ela-b opened this issue Nov 1, 2014 · 0 comments
Open

Min() doesn't work on dates #22

ela-b opened this issue Nov 1, 2014 · 0 comments

Comments

@ela-b
Copy link
Collaborator

ela-b commented Nov 1, 2014

Loading JSON document from http://hackathon.services-autoscout24.de/id.php?asset=357322040163096... done.

$.*
[
{
"latitude": null,
"longitude": null,
"recorded_at": null
},
{
"latitude": 48.14695,
"longitude": 11.5347,
"recorded_at": "2014-10-31T18:25:22Z"
},
{
"latitude": 48.14695,
"GPS_SPEED": {"1": 0},
"longitude": 11.5347,
"recorded_at": "2014-10-31T18:25:21Z"
},
{
"latitude": 48.14775,
"longitude": 11.53441,
"recorded_at": "2014-10-31T18:22:47Z"
},
{
"latitude": 48.14695,
"GPS_DIR": 143.2,
"GPS_SPEED": {"1": 4001},
"longitude": 11.53467,
"recorded_at": "2014-10-31T18:23:03Z"
},
... (11166 more items)
]
$.recorded_at
[
null,
"2014-10-31T18:25:22Z",
"2014-10-31T18:25:21Z",
"2014-10-31T18:22:47Z",
"2014-10-31T18:23:03Z",
... (11166 more items)
]
min($.recorded_at)
min() arg is an empty sequence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant