-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: vectorization-branch
-
Fix Version/s: vectorization-branch, 0.13.0
-
Component/s: UDF
-
Labels:None
-
Release Note:Integrate vectorized Year, Month, Week, Day, Hour, Minute, Second & UnixTimestamp UDFs for Timestamp fields.
Integrated the timestamp UDFs from HIVE-4608, to be able to use the following
TO_UNIX_TIMESTAMP(ts),
year(ts),
month(ts),
weekofyear(ts),
dayofmonth(ts),
hour(ts),
minute(ts),
second(ts)
in queries.