Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.18.0
Description
Drill has a function `time_bucket()` which facilitates time series analysis. This PR extends this function to accept `FLOAT8` and `TIMESTAMPS` as input. Floats are typically not used for timestamps, however in the event that the data is coming from imperfect files, the numbers may be read as floats and hence require casting in queries. This PR makes this easier.
Attachments
Issue Links
- links to