This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from f779e96680 perf: Optimize scalar path for chr function (#20073)
     add 3797995960 perf: improve performance of `array_repeat` function 
(#20049)

No new revisions were added by this update.

Summary of changes:
 datafusion/functions-nested/Cargo.toml             |   4 +
 .../functions-nested/benches/array_repeat.rs       | 477 +++++++++++++++++++++
 datafusion/functions-nested/src/repeat.rs          | 175 ++++----
 datafusion/sqllogictest/test_files/array.slt       |  18 +
 4 files changed, 590 insertions(+), 84 deletions(-)
 create mode 100644 datafusion/functions-nested/benches/array_repeat.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to