TIME_MILLIS
This page describes the TIME_MILLIS function in Lenses SQL.
Builds a time-millis value from a long or int value.
Available in:
Sample code:
USE `kafka`;
SELECT
TIME_MILLIS(Timestamp),
Timestamp
FROM sea-vessel-position-reports
LIMIT 1;
Output:
{
"value": {
"TIME_MILLIS": "03:07:59.39",
"Timestamp": "1503158676433679390"
}
}