(self)
| 50 | |
| 51 | @property |
| 52 | def block_size(self): |
| 53 | return max(self.config.scan_query_chunk_size, self.config.scan_key_chunk_size) * self.mesh.shape['sp'] |
| 54 | |
| 55 | @property |
| 56 | def data_dim(self): |
nothing calls this directly
no outgoing calls
no test coverage detected