[FEATURE] Implement pushDownSort
for ORDER BY
clause with an expression
#1471
Labels
enhancement
New feature or request
Is your feature request related to a problem?
push down
isn't called forSortOperator
ifORDER BY
has an expression.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?
The text was updated successfully, but these errors were encountered: