pub fn timestampadd(unit: &str, amount: &Column, ts: &Column) -> Column
Add amount of unit to timestamp (PySpark timestampadd).