Skip to content

[C++] Add an order_by node which can reassign an ordering mid-plan #34248

@westonpace

Description

@westonpace

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++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions