deanm0000 opened a new pull request, #1074: URL: https://github.com/apache/datafusion-python/pull/1074
# Which issue does this PR close? Works towards closing #1064 # Rationale for this change To improve ergonomics of the API by adding functions to the Expr class so that they can be chained # What changes are included in this PR? This includes function definitions in the Expr class for all the single argument functions that take Expr and return Expr # Are there any user-facing changes? Yes, users can use functions chained from other Exprs for example `col("a").abs().tan()` No breaking changes. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org