-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
8 / 88 of 8 issues completed
Copy link
Labels
api changeChanges the API exposed to users of the crateChanges the API exposed to users of the cratefunctionsChanges to functions implementationChanges to functions implementationhelp wantedExtra attention is neededExtra attention is needed
Description
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
alamb and goldmedal
Sub-issues
Metadata
Metadata
Assignees
Labels
api changeChanges the API exposed to users of the crateChanges the API exposed to users of the cratefunctionsChanges to functions implementationChanges to functions implementationhelp wantedExtra attention is neededExtra attention is needed