Timestamp to Datetime directive
The TIMESTAMP-TO-DATETIME directive was introduced in CDAP 6.4.0.
The TIMESTAMP-TO-DATETIME directive converts timestamp values to datetime.
Syntax
timestamp-to-datetime :column
Usage Notes
The TIMESTAMP-TO-DATETIME directive converts timestamp values to datetime values .
If the column is null
 applying this directive is a no-op.
Examples
timestamp-to-datetime :col1
Created in 2020 by Google Inc.