(&mut self)
| 625 | } |
| 626 | |
| 627 | fn evaluate(&mut self) -> Result<ScalarValue> { |
| 628 | Ok(ScalarValue::TimestampNanosecond(Some(self.sum), None)) |
| 629 | } |
| 630 | |
| 631 | fn size(&self) -> usize { |
| 632 | // accurate size estimates are not important for this example |
no test coverage detected