MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / itemcounts

Method itemcounts

join/LSH/datasketch/storage.py:849–851  ·  view source on GitHub ↗

Implement interface.

(self)

Source from the content-addressed store, hash-verified

847 return len(self.keys())
848
849 def itemcounts(self):
850 """Implement interface."""
851 return self._client.select_count(self.keys())
852
853 def has_key(self, key):
854 """Implement interface."""

Callers

nothing calls this directly

Calls 2

keysMethod · 0.95
select_countMethod · 0.80

Tested by

no test coverage detected