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 34dad2ccee Cache `PlanProperties`, add fast-path for 
`with_new_children` (#19792)
     add 585bbf35d3 perf: Optimize `array_has_any()` with scalar arg (#20385)

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                       |   1 +
 datafusion/functions-nested/Cargo.toml           |   1 +
 datafusion/functions-nested/benches/array_has.rs | 273 +++++++++++++++++++++--
 datafusion/functions-nested/src/array_has.rs     | 252 ++++++++++++++++++++-
 docs/source/user-guide/sql/scalar_functions.md   |   8 +-
 5 files changed, 498 insertions(+), 37 deletions(-)


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

Reply via email to