Jaytimbadia7 commented on issue #13474:
URL: https://github.com/apache/druid/issues/13474#issuecomment-1333632233
Will this simple query work in druid?
Below is SQL query. Need Druid Equivalent?
```
SELECT
(time_col - lag (time_col, 1) as time_elapsed
FROM datatable
```
Will it support in future since data ingestion is non-orderly? Any
suggestions?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]