Skip to content

Commit

Permalink
more feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed Oct 10, 2024
1 parent 81c7d69 commit 0c688b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-expr/src/reduce/mean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ fn finish_output(values: Vec<(f64, usize)>, dtype: &DataType) -> Series {
.collect_ca(PlSmallStr::EMPTY);
ca.into_series()
},
#[cfg(feature = "dtype-datetime")]
DataType::Date => {
const MS_IN_DAY: i64 = 86_400_000;
let ca: Int64Chunked = values
Expand Down

0 comments on commit 0c688b2

Please sign in to comment.