timsaucer merged PR #1113:
URL: https://github.com/apache/datafusion-python/pull/1113
--
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...
timsaucer commented on code in PR #1113:
URL:
https://github.com/apache/datafusion-python/pull/1113#discussion_r2093421692
##
python/datafusion/udf.py:
##
@@ -760,8 +760,74 @@ def wrapper(*args: Any, **kwargs: Any) -> Expr:
return decorator
+class TableFunction:
+
timsaucer opened a new pull request, #1113:
URL: https://github.com/apache/datafusion-python/pull/1113
# Which issue does this PR close?
This addresses part of
https://github.com/apache/datafusion-python/issues/1017
# Rationale for this change
This feature exposes the a
timsaucer commented on PR #1113:
URL:
https://github.com/apache/datafusion-python/pull/1113#issuecomment-2832532701
I'll mark this ready for review once I've had time to write the associated
user documentation page, but the core algorithm work should be ready.
--
This is an automated mes