emgeee commented on code in PR #867:
URL: https://github.com/apache/datafusion-python/pull/867#discussion_r1752644824
##########
python/datafusion/expr.py:
##########
@@ -643,3 +666,22 @@ def end(self) -> Expr:
Any non-matching cases will end in a `null` value.
"""
return Expr(self.case_builder.end())
+
+
+class SortExpr:
Review Comment:
@timsaucer do we need to redefine this class here or is it okay to continue
using expr_internal.SortExpr instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]