Description
Function | Return Type | Description | Example | Result |
---|---|---|---|---|
make_date(year int, month int, day int) | date | Create date from year, month and day fields | make_date(2013, 7, 15) | 2013-07-15 |
Attachments
Issue Links
- is cloned by
-
SPARK-28459 Date/Time Functions: make_timestamp
- Resolved
- links to