-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
- Introduce Async User Defined Functions Β #14837 introduces
AsyncScalarUDFImplto run async functions π₯³ π¦ π
However, the API is slightly different than the ScalarUDFImpl which has evolved (specifically I am thinking about return_type instead of return_field, etc)
Here is the async definition
https://github.com/apache/datafusion/blob/cdaaef79e68665fe7f70f0864b0ff4e4a02eab9d/datafusion/expr/src/async_udf.rs#L87-L86
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request