Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean internal implementation of ScalarUDF to use ScalarUDFImpl (rather than the function pointers) #8712

Closed
alamb opened this issue Jan 1, 2024 · 2 comments · Fixed by #8713
Assignees
Labels
enhancement New feature or request

Comments

@alamb
Copy link
Contributor

alamb commented Jan 1, 2024

Is your feature request related to a problem or challenge?

Follow on to #8578 / #8568

Describe the solution you'd like

Basically now that we have a trait object based way of defining UDFs the internal function pointer implementation is awkward and unecessary. We could use the trait object directly as discussed in https://github.com/apache/arrow-datafusion/pull/8578/files#r1430521000

Describe alternatives you've considered

No response

Additional context

No response

@alamb alamb added the enhancement New feature or request label Jan 1, 2024
@alamb alamb self-assigned this Jan 1, 2024
@alamb alamb changed the title Cleaning internal implementation of ScalarUDF to use ScalarUDFImpl (rather than the function pointers) Clean internal implementation of ScalarUDF to use ScalarUDFImpl (rather than the function pointers) Jan 1, 2024
@istvan-fodor
Copy link

istvan-fodor commented Jan 16, 2024

Hi @alamb, any ideas when this feature will be released? I am working on a project with a lot of custom UDFs and it would be awesome to use the new API.

Thank you!

@alamb
Copy link
Contributor Author

alamb commented Jan 16, 2024

Hi @alamb, any ideas when this feature will be released? I am working on a project with a lot of custom UDFs and it would be awesome to use the new API.

Thank you!

I believe @andygrove plans to do so soon -- #8863 tracks the release that will have this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants