Add support for INTERVAL / TIMESPAN datatype in Pinot
Open
feature
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 2d 55m
- Merged PRs (30d)
- 182
Description
The `INTERVAL` datatype will allow users to manipulate a period of time in years, months, days, hours, minutes, seconds, etc
Example of use:
```
SELECT
now(),
now() - INTERVAL '1 year 3 hours 20 minutes'
```
Postgres reference - https://www.postgresql.org/docs/current/datatype-datetime.html
Contributor guide
Assessment
This issue has not been assessed yet.