(self)
| 326 | |
| 327 | @property |
| 328 | def block_size(self): |
| 329 | # return 2 * max(self.config.scan_query_chunk_size, self.config.scan_key_chunk_size) |
| 330 | return max(self.config.scan_query_chunk_size, self.config.scan_key_chunk_size) * self.mesh.shape['sp'] |
| 331 | |
| 332 | @property |
| 333 | def data_dim(self): |
nothing calls this directly
no outgoing calls
no test coverage detected