Skip to content

Commit 31d6a27

Browse files
committed
move min_batc/max_batch to functions-aggregate-common
apache#16445 (comment)
1 parent 1884175 commit 31d6a27

5 files changed

Lines changed: 23 additions & 675 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/functions-aggregate-common/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
pub mod accumulator;
3535
pub mod aggregate;
3636
pub mod merge_arrays;
37+
pub mod min_max;
3738
pub mod order;
3839
pub mod stats;
3940
pub mod tdigest;

0 commit comments

Comments
 (0)