Skip to content

[FEATURE] Implement pushDownSort for ORDER BY clause with an expression #1471

@Yury-Fridlyand

Description

@Yury-Fridlyand

Is your feature request related to a problem?

push down isn't called for SortOperator if ORDER BY has an expression.

SELECT int2 FROM calcs ORDER BY abs(int2);

What solution would you like?

Rework pushDownSort to handle expressions too. Probably, they need to be serialized or converted.
Do this for pagination requests too.

What alternatives have you considered?

N/A

Do you have any additional context?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions