spark_connect_rs::functions

Function to_utc_timestamp

Source
pub fn to_utc_timestamp(
    timestamp: impl Into<Column>,
    tz: impl Into<Column>,
) -> Column
Expand description

This is a common function for databases supporting TIMESTAMP WITHOUT TIMEZONE.