TIMESTAMP (Lakehouse v2)
Converts a date or string to a datetime.
Analyze Syntax
Section titled “Analyze Syntax”func.timestamp(<expr>)Analyze Examples
Section titled “Analyze Examples”func.timestamp('2024-06-15')
┌───────────────────────┐│ '2024-06-15 00:00:00' │└───────────────────────┘SQL Syntax
Section titled “SQL Syntax”TIMESTAMP(<expr>)SQL Examples
Section titled “SQL Examples”SELECT TIMESTAMP('2024-06-15');
┌─────────────────────┐│ 2024-06-15 00:00:00 │└─────────────────────┘