pub fn next_day( date: impl Into<Column>, day_of_week: impl Into<Column>, ) -> Column
Returns the first date which is later than the value of the date column based on second week day argument.