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 83479a479b chore(deps): bump taiki-e/install-action from 2.62.38 to
2.62.40 (#18318)
add 74beabc4db Add PostgreSQL-style named arguments support for scalar
functions (#18019)
No new revisions were added by this update.
Summary of changes:
datafusion/expr-common/src/signature.rs | 756 ++++++++++++++++++++-
datafusion/expr/src/arguments.rs | 285 ++++++++
datafusion/expr/src/lib.rs | 1 +
datafusion/expr/src/utils.rs | 51 +-
datafusion/functions-nested/src/replace.rs | 3 +
datafusion/functions/src/unicode/substr.rs | 8 +-
datafusion/sql/src/expr/function.rs | 99 ++-
.../src/engines/postgres_engine/mod.rs | 4 +-
.../sqllogictest/test_files/named_arguments.slt | 139 ++++
.../library-user-guide/functions/adding-udfs.md | 113 +++
10 files changed, 1440 insertions(+), 19 deletions(-)
create mode 100644 datafusion/expr/src/arguments.rs
create mode 100644 datafusion/sqllogictest/test_files/named_arguments.slt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]