(
&self,
_req: &super::super::wire::ArrayShardSliceReq,
)
| 273 | #[async_trait] |
| 274 | impl ArrayLocalExecutor for StubExecutor { |
| 275 | async fn exec_slice( |
| 276 | &self, |
| 277 | _req: &super::super::wire::ArrayShardSliceReq, |
| 278 | ) -> Result<Vec<Vec<u8>>> { |
| 279 | Ok(self.rows.clone()) |
| 280 | } |
| 281 | |
| 282 | async fn exec_surrogate_bitmap_scan( |
| 283 | &self, |