This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from b3b814c ARROW-4304: [Rust] Enhance documentation for arrow
add b24bddf ARROW-6947: [Rust] [DataFusion] Scalar UDF support
No new revisions were added by this update.
Summary of changes:
rust/datafusion/src/execution/context.rs | 154 ++++++++++++++-
.../execution/physical_plan/math_expressions.rs | 114 +++++++++++
rust/datafusion/src/execution/physical_plan/mod.rs | 2 +
rust/datafusion/src/execution/physical_plan/udf.rs | 108 +++++++++++
rust/datafusion/src/logicalplan.rs | 38 ++++
rust/datafusion/src/optimizer/type_coercion.rs | 209 ++++++++++++---------
rust/datafusion/tests/sql.rs | 44 +++++
7 files changed, 577 insertions(+), 92 deletions(-)
create mode 100644
rust/datafusion/src/execution/physical_plan/math_expressions.rs
create mode 100644 rust/datafusion/src/execution/physical_plan/udf.rs