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

Method itemcounts

join/LSH/datasketch/storage.py:163–165  ·  view source on GitHub ↗

Returns the number of items stored under each key

(self, **kwargs)

Source from the content-addressed store, hash-verified

161
162 @abstractmethod
163 def itemcounts(self, **kwargs):
164 '''Returns the number of items stored under each key'''
165 pass
166
167 @abstractmethod
168 def has_key(self, key):

Callers 1

get_countsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected