Description
Function | Return Type | Description | Example | Result |
---|---|---|---|---|
make_timestamp(year int, month int, day int, hour int, min int, secdouble precision) | timestamp | Create timestamp from year, month, day, hour, minute and seconds fields | make_timestamp(2013, 7, 15, 8, 15, 23.5) | 2013-07-15 08:15:23.5 |
Attachments
Issue Links
- is a clone of
-
SPARK-28432 Add `make_date` function
- Resolved
- links to