Skip to content

Commit bcc2caf

Browse files
committed
sum_int_native_support
1 parent 2471159 commit bcc2caf

File tree

2 files changed

+501
-0
lines changed

2 files changed

+501
-0
lines changed

native/spark-expr/src/agg_funcs/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ mod correlation;
2121
mod covariance;
2222
mod stddev;
2323
mod sum_decimal;
24+
mod sum_int;
2425
mod variance;
2526

2627
pub use avg::Avg;

0 commit comments

Comments
 (0)