spark_connect_rs::functions

Function weekday

Source
pub fn weekday(col: impl Into<Column>) -> Column
Expand description

Returns the day of the week for date/timestamp (0 = Monday, 1 = Tuesday, …, 6 = Sunday).