Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Yury-Fridlyand opened this issue Mar 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Yury-Fridlyand
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants