This is an automated email from the ASF dual-hosted git repository.
jayzhan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 6b7021479c Remove Built-in sum and Rename to lowercase `sum` (#10831)
add 8b1f06b3e7 Convert `stddev` and `stddev_pop` to UDAF (#10834)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/dataframe/mod.rs | 6 +-
datafusion/expr/src/aggregate_function.rs | 13 -
datafusion/expr/src/expr_fn.rs | 12 -
datafusion/expr/src/type_coercion/aggregates.rs | 37 ---
datafusion/functions-aggregate/src/lib.rs | 5 +
datafusion/functions-aggregate/src/stddev.rs | 366 +++++++++++++++++++++
datafusion/physical-expr/src/aggregate/build_in.rs | 122 +------
datafusion/physical-expr/src/aggregate/stddev.rs | 256 +-------------
datafusion/physical-expr/src/expressions/mod.rs | 1 -
datafusion/proto/proto/datafusion.proto | 4 +-
datafusion/proto/src/generated/pbjson.rs | 6 -
datafusion/proto/src/generated/prost.rs | 8 +-
datafusion/proto/src/logical_plan/from_proto.rs | 2 -
datafusion/proto/src/logical_plan/to_proto.rs | 6 -
datafusion/proto/src/physical_plan/to_proto.rs | 8 +-
.../proto/tests/cases/roundtrip_logical_plan.rs | 4 +-
datafusion/sqllogictest/test_files/functions.slt | 2 +-
17 files changed, 389 insertions(+), 469 deletions(-)
create mode 100644 datafusion/functions-aggregate/src/stddev.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]