row_end_time¶
Description¶
Returns the value of the “Valid To” column, or null if the verb input dataset has no “Valid To” column.
Return type¶
timestamp
Domain¶
This is a scalar function (calculates a single output value for a single input row.)
Categories¶
Usage¶
row_end_time()
Examples¶
make_col time_taken:if_null(row_end_time() - row_start_time(), 0s)
Create a column time_taken that is the duration of the state within the row.
Aliases¶
row_endtime
(deprecated)