hour {SparkR} | R Documentation |
Extracts the hours as an integer from a given date/timestamp/string.
hour(x) ## S4 method for signature 'Column' hour(x)
Other datetime_funcs: add_months
,
date_add
, date_format
,
date_sub
, datediff
,
dayofmonth
, dayofyear
,
from_unixtime
,
from_utc_timestamp
, last_day
,
minute
, months_between
,
month
, next_day
,
quarter
, second
,
to_date
, to_utc_timestamp
,
unix_timestamp
, weekofyear
,
window
, year
## Not run: hour(df$c)