Skip to content

Deprecate and eventually remove ScalarUDF::invoke_batch #14652

@findepi

Description

@findepi

ScalarUDF::invoke_batch is unused in production code.
The ScalarUDF::invoke_with_args is used instead

let output = self.fun.invoke_with_args(ScalarFunctionArgs {

ScalarUDF::invoke_batch should be deprecated and subsequently removed.

appropriate cleanup of ScalarUDFImpl interface is covered by #13515

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    api changeChanges the API exposed to users of the cratefunctionsChanges to functions implementationhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions