apache / apache/pinot

Add support for INTERVAL / TIMESPAN datatype in Pinot

Open
#9,577 1 comment 3 reactions 1 assignee Claimed by @vvivekiyer View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.