to_timestamp(src text, format text)

现在让我们使用以下查询检查 to_timestamp(date,format) 函数。

查询

default> select to_timestamp(412312345);  

上述查询将生成以下结果。

1983-01-25 03:12:25 

查询转换为时间戳。

apache_tajo_datetime_functions.html