Description
Support `*` by numeric, `/` by numeric. See https://www.postgresql.org/docs/12/functions-datetime.html
Operator | Example | Result |
---|---|---|
* | 900 * interval '1 second' | interval '00:15:00' |
* | 21 * interval '1 day' | interval '21 days' |
/ | interval '1 hour' / double precision '1.5' | interval '00:40:00' |
Attachments
Issue Links
- is duplicated by
-
SPARK-29684 Support divide/multiply for interval types
- Resolved
- links to