spark_connect_rs::functions

Function to_unix_timestamp

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

Returns the UNIX timestamp of the given time.