Skip to content

Commit

Permalink
minor: remove methods with default implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsherin committed Jun 19, 2024
1 parent 06f2e6f commit cc47b38
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions datafusion/functions-aggregate/src/bool_and_or.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,6 @@ impl Accumulator for BoolOrAccumulator {
fn merge_batch(&mut self, states: &[ArrayRef]) -> Result<()> {
self.update_batch(states)
}

fn retract_batch(&mut self, _values: &[ArrayRef]) -> Result<()> {
todo!()
}

fn supports_retract_batch(&self) -> bool {
todo!()
}
}

// #[cfg(test)]
Expand Down

0 comments on commit cc47b38

Please sign in to comment.