pub fn to_timestamp( timestamp: impl Into<Column>, format: Option<&str>, ) -> Column
Converts a Column into pyspark.sql.types.TimestampType using the optionally specified format.