Description
The radix sort is more faster than timsort, the benchmark result can see in `SortBenchmark`.
Since the `AnsiInterval` data type is comparable:
- `YearMonthIntervalType` -> int ordering
- `DayTimeIntervalType` -> long ordering
And we aslo support radix sort when the ordering column date type is int or long.
So `AnsiInterval` radix sort can be supported.