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.

ParameterType
columnColOrName
format?string

Column