walterddr commented on issue #11775:
URL: https://github.com/apache/pinot/issues/11775#issuecomment-1761904083

   hmm. i am a bit confused. isn't the SQL you described above similar to 
https://calcite.apache.org/docs/reference.html#table-functions?
   
   ```
   select id,
     created_at_timestamp,
     cast(created_at_timestamp AS long) AS timeInMs,
   from
     HOP(
       TABLE githubEvents,
       DESCRIPTOR(created_at_timestamp), 
       INTERVAL '15' MINUTE,
       INTERVAL '60' MINUTE))
   WHERE id = 7044874134
   ```
   
   BTW i dont understand what the 2 other argument `'1:MILLISECONDS:EPOCH'`, 
and `'1:SECONDS:EPOCH'` means


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to