spark_connect_rs::functions

Function to_timestamp

Source
pub fn to_timestamp(
    timestamp: impl Into<Column>,
    format: Option<&str>,
) -> Column
Expand description

Converts a Column into pyspark.sql.types.TimestampType using the optionally specified format.