Skip to content

to_timestamp

function to_timestamp(column, format?): Column;

Defined in: functions/datetime.ts:115

Converts a string column to a timestamp column with an optional format.

Parameter Type
column ColOrName
format? string

Column