ROWTIME

A system-defined column of type TIMESTAMP, included in every stream definition. Rows in a stream always have monotonically ascending values for ROWTIME.

By default, ROWTIME is the time a row enters the stream, though you can also configure the system to assign this value to a time generated by the data source. This is known as “promoting” a column to ROWTIME.