T-Sort

A “T-Sort” (time sort) is a way of re-ordering streaming rows into monotonically increasing time order, using the ORDER BY clause of the SELECT statement. For more information see T-Sorting Stream Input.

It is also possible to combine a T-Sort with a GROUP BY.

For more information see T-Sorting Stream Input.