(&mut self, op: &MetaOp)
| 59 | } |
| 60 | |
| 61 | fn meta(&mut self, op: &MetaOp) -> Result<Response, Self::Error> { |
| 62 | Ok(self.core_loop.dispatch_meta(self.task, self.tid, op)) |
| 63 | } |
| 64 | |
| 65 | fn columnar(&mut self, op: &ColumnarOp) -> Result<Response, Self::Error> { |
| 66 | Ok(self.core_loop.dispatch_columnar(self.task, op)) |
nothing calls this directly
no test coverage detected