(self)
| 317 | |
| 318 | @property |
| 319 | def block_size(self): |
| 320 | # return 2 * max(self.config.scan_query_chunk_size, self.config.scan_key_chunk_size) |
| 321 | return max(self.config.scan_query_chunk_size, self.config.scan_key_chunk_size) * self.mesh.shape['sp'] |
| 322 | |
| 323 | @property |
| 324 | def data_dim(self): |
nothing calls this directly
no outgoing calls
no test coverage detected