feat: expose APIs for constructing SortExprs using asc/desc functions and methods #1454
Labels
expressions
Issues or PRs related to the expression API
feature
Features or general enhancements
onboarding
Issues that can be addressed by someone less familiar with ibis
This will enable sort expr specifications without having to pass an
ascending
argument or have a function liketo_sort_expr
which makes assumptions about the meaning of its second argument.Moreover, it becomes a lot less cumbersome to specify multiple sort exprs in a function like
array_agg
that, in some backends supports anORDER BY
clause.The text was updated successfully, but these errors were encountered: