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 5911d182ee feat: implement more expr_to_sql functionality (#9578)
add 9d0c05b9c2 Port `ArrayResize` to `functions-array` subcrate (#9570)
No new revisions were added by this update.
Summary of changes:
datafusion/expr/src/built_in_function.rs | 8 --
datafusion/expr/src/expr_fn.rs | 7 --
datafusion/functions-array/src/kernels.rs | 100 ++++++++++++++++++++-
datafusion/functions-array/src/lib.rs | 2 +
datafusion/functions-array/src/udf.rs | 56 ++++++++++++
datafusion/physical-expr/src/array_expressions.rs | 97 +-------------------
datafusion/physical-expr/src/functions.rs | 3 -
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 | 13 +--
datafusion/proto/src/logical_plan/to_proto.rs | 1 -
.../proto/tests/cases/roundtrip_logical_plan.rs | 1 +
docs/source/user-guide/expressions.md | 2 +-
docs/source/user-guide/sql/scalar_functions.md | 36 ++++++++
15 files changed, 200 insertions(+), 135 deletions(-)