(&mut self, op: &ColumnarOp)
| 63 | } |
| 64 | |
| 65 | fn columnar(&mut self, op: &ColumnarOp) -> Result<Response, Self::Error> { |
| 66 | Ok(self.core_loop.dispatch_columnar(self.task, op)) |
| 67 | } |
| 68 | |
| 69 | fn timeseries(&mut self, op: &TimeseriesOp) -> Result<Response, Self::Error> { |
| 70 | Ok(self.core_loop.dispatch_timeseries(self.task, op)) |
nothing calls this directly
no test coverage detected