Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The TIMESTAMP-TO-DATETIME directive was introduced in CDAP 6.4.0.

The TIMESTAMP-TO-DATETIME directive converts a timestamp value to datetime

Syntax

timestamp-to-datetime <colname>

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

  • No labels