Skip to content

sql: add support for ORDER BY #2096

Closed
Closed
@petermattis

Description

@petermattis

The initial implementation should just be a new type of planNode which buffers the results and sorts them on the desired columns. Follow-on optimization would be to incorporate ORDER BY requirements into index selection to eliminate the explicit sort when possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions