spark_connect_rs::functions

Function to_timestamp_ltz

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

Parses the timestamp with the format to a timestamp without time zone.