spark_connect_rs::functions

Function next_day

Source
pub fn next_day(
    date: impl Into<Column>,
    day_of_week: impl Into<Column>,
) -> Column
Expand description

Returns the first date which is later than the value of the date column based on second week day argument.