Describe the enhancement requested
#34136 added ordering to exec plans. We can now take our order_by_sink node and make an actual order_by node which can be placed anywhere in a plan. This can use the same naive implementation in order_by_sink.
Component(s)
C++