You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/06/06 18:59:33 UTC

[arrow-datafusion] branch main updated (91e75d7e63 -> 44b83a10a6)

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

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


    from 91e75d7e63 Update to object_store 0.6 and arrow 41 (#6374)
     add 44b83a10a6 feat: New functions and operations for working with arrays (#6384)

No new revisions were added by this update.

Summary of changes:
 datafusion/common/src/cast.rs                      |    7 +-
 .../core/tests/sqllogictests/test_files/array.slt  |  206 +++
 datafusion/expr/src/built_in_function.rs           |   60 +-
 datafusion/expr/src/expr_fn.rs                     |  106 +-
 datafusion/expr/src/function.rs                    |  113 +-
 datafusion/physical-expr/src/array_expressions.rs  | 1597 +++++++++++++++++++-
 datafusion/physical-expr/src/functions.rs          |   95 +-
 datafusion/proto/proto/datafusion.proto            |   14 +
 datafusion/proto/src/generated/pbjson.rs           |   42 +
 datafusion/proto/src/generated/prost.rs            |   42 +
 datafusion/proto/src/logical_plan/from_proto.rs    |   83 +-
 datafusion/proto/src/logical_plan/to_proto.rs      |   14 +
 docs/source/user-guide/expressions.md              |   20 +
 docs/source/user-guide/sql/scalar_functions.md     |  243 ++-
 14 files changed, 2532 insertions(+), 110 deletions(-)
 create mode 100644 datafusion/core/tests/sqllogictests/test_files/array.slt