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 c6fa265981 Minor: document syntax of CREATE EXTERNAL TABLE (#6247)
add 7360260be8 feat: LCM, GCD and Factorial (#6149)
No new revisions were added by this update.
Summary of changes:
.../core/tests/sqllogictests/test_files/scalar.slt | 60 +++++++++
datafusion/expr/src/built_in_function.rs | 12 ++
datafusion/expr/src/expr_fn.rs | 6 +
datafusion/expr/src/function.rs | 10 ++
datafusion/physical-expr/src/functions.rs | 9 ++
datafusion/physical-expr/src/math_expressions.rs | 142 +++++++++++++++++++++
datafusion/proto/proto/datafusion.proto | 3 +
datafusion/proto/src/generated/pbjson.rs | 9 ++
datafusion/proto/src/generated/prost.rs | 9 ++
datafusion/proto/src/logical_plan/from_proto.rs | 16 ++-
datafusion/proto/src/logical_plan/to_proto.rs | 3 +
docs/source/user-guide/expressions.md | 3 +
docs/source/user-guide/sql/scalar_functions.md | 46 +++++++
13 files changed, 327 insertions(+), 1 deletion(-)