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 d9278820d8 fix doc (#9542)
add 75ad2214d8 Port `struct` to datafusion-functions (#9546)
No new revisions were added by this update.
Summary of changes:
datafusion-cli/Cargo.lock | 16 +++---
datafusion/expr/src/built_in_function.rs | 20 +-------
datafusion/expr/src/expr_fn.rs | 7 ---
datafusion/functions/src/core/mod.rs | 5 +-
.../src/core/struct.rs} | 58 +++++++++++++++++++---
datafusion/physical-expr/src/functions.rs | 4 +-
datafusion/physical-expr/src/lib.rs | 1 -
datafusion/proto/proto/datafusion.proto | 2 +-
datafusion/proto/src/generated/pbjson.rs | 3 --
datafusion/proto/src/generated/prost.rs | 4 +-
datafusion/proto/src/logical_plan/from_proto.rs | 6 +--
datafusion/proto/src/logical_plan/to_proto.rs | 1 -
datafusion/sql/src/expr/mod.rs | 10 +++-
13 files changed, 77 insertions(+), 60 deletions(-)
rename datafusion/{physical-expr/src/struct_expressions.rs =>
functions/src/core/struct.rs} (73%)