datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Revise and remove usages of make_function_scalar_inputs, make_function_scalar_inputs_return_type, make_function_inputs2

Open findepi opened this issue 1 year ago • 1 comments

In https://github.com/apache/datafusion/pull/12881, https://github.com/apache/datafusion/pull/12890 it turned out that make_function_scalar_inputs_return_type may lead to less performant code.

In https://github.com/apache/datafusion/pull/12909 it turned out that make_function_inputs2 may lead to less performant code.

Revise remaining usages and improve. See above PRs for guidance.

findepi avatar Oct 14 '24 18:10 findepi

take

buraksenn avatar Oct 14 '24 20:10 buraksenn