spark_connect_rs::functions

Function to_date

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

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