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 afddb321e9 feat: Add projection to HashJoinExec. (#9236)
add 6710e6db38 Add example for `FunctionFactory` (#9482)
No new revisions were added by this update.
Summary of changes:
datafusion-examples/README.md | 1 +
datafusion-examples/examples/function_factory.rs | 232 +++++++++++++++++++++
datafusion/core/src/execution/context/mod.rs | 14 ++
.../user_defined/user_defined_scalar_functions.rs | 223 ++++++++++++++------
4 files changed, 408 insertions(+), 62 deletions(-)
create mode 100644 datafusion-examples/examples/function_factory.rs