Skip to content

Commit 2ac0842

Browse files
authored
Remove AggregateExpr trait (#12096)
* save * Move AggregateFunctionExpr into physical-expr crate * Move AggregateExpr trait into physical-expr crate * Remove AggregateExpr trait * Fix doc and tests * Remove empty crate physical-expr-functions-aggregate * Use func name instead of expr name * Fix tests * Fix tests and clippy lints * Cargo update for datafusion-cli * Add docs * Add functions back * Fix doc
1 parent 7e9ea3a commit 2ac0842

File tree

27 files changed

+442
-638
lines changed

27 files changed

+442
-638
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ members = [
3333
"datafusion/optimizer",
3434
"datafusion/physical-expr",
3535
"datafusion/physical-expr-common",
36-
"datafusion/physical-expr-functions-aggregate",
3736
"datafusion/physical-optimizer",
3837
"datafusion/physical-plan",
3938
"datafusion/proto",
@@ -106,7 +105,6 @@ datafusion-functions-window = { path = "datafusion/functions-window", version =
106105
datafusion-optimizer = { path = "datafusion/optimizer", version = "41.0.0", default-features = false }
107106
datafusion-physical-expr = { path = "datafusion/physical-expr", version = "41.0.0", default-features = false }
108107
datafusion-physical-expr-common = { path = "datafusion/physical-expr-common", version = "41.0.0", default-features = false }
109-
datafusion-physical-expr-functions-aggregate = { path = "datafusion/physical-expr-functions-aggregate", version = "41.0.0" }
110108
datafusion-physical-optimizer = { path = "datafusion/physical-optimizer", version = "41.0.0" }
111109
datafusion-physical-plan = { path = "datafusion/physical-plan", version = "41.0.0" }
112110
datafusion-proto = { path = "datafusion/proto", version = "41.0.0" }

0 commit comments

Comments
 (0)