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 3087ca8a92 perf: optimize `NthValue` when `ignore_nulls` is true
(#19496)
add afc912106b Optimize `concat/concat_ws` scalar path by pre-allocating
memory (#19547)
No new revisions were added by this update.
Summary of changes:
datafusion/functions/Cargo.toml | 5 ++
datafusion/functions/benches/concat.rs | 100 ++++++++++++++++++++-
.../functions/benches/{concat.rs => concat_ws.rs} | 64 +++++++++++--
datafusion/functions/src/string/concat.rs | 7 +-
datafusion/functions/src/string/concat_ws.rs | 31 ++-----
5 files changed, 168 insertions(+), 39 deletions(-)
copy datafusion/functions/benches/{concat.rs => concat_ws.rs} (56%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]