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 8482e2e448 feat: support extension planner for `TableScan` (#20548)
add 6713439497 perf: Optimize `array_to_string()`, support more types
(#20553)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 +
Cargo.toml | 1 +
datafusion/functions-nested/Cargo.toml | 5 +
.../functions-nested/benches/array_to_string.rs | 188 +++++++++
datafusion/functions-nested/src/string.rs | 431 +++++++++++----------
datafusion/sqllogictest/test_files/array.slt | 89 +++++
docs/source/user-guide/sql/scalar_functions.md | 2 +-
7 files changed, 510 insertions(+), 207 deletions(-)
create mode 100644 datafusion/functions-nested/benches/array_to_string.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]