SubhamSinghal opened a new pull request, #22703:
URL: https://github.com/apache/datafusion/pull/22703
## Which issue does this PR close?
- Part of #21536 (vector math + array aggregate functions family).
## Rationale for this change
## What changes are included in this PR?
- datafusion/functions-nested/src/array_product.rs — new ArrayProduct UDF
and kernel.
- datafusion/functions-nested/src/lib.rs — three registration sites
(module, expr_fn, all_default_nested_functions).
- datafusion/sqllogictest/test_files/array_product.slt — SLT coverage.
## Are these changes tested?
yes using UT
## Are there any user-facing changes?
Yes — adds two new SQL scalar functions, array_product and its alias
list_product. No API breakage.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]