Skip to content

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

@alamb

Description

@alamb

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions