Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ keys
Method
keys
join/LSH/datasketch/storage.py:810–812 ·
view source on GitHub ↗
Implement interface.
(self)
Source
from the content-addressed store, hash-verified
808
""
"
809
810
def
keys(self):
811
""
"Implement interface."
""
812
return
self._client.get_keys()
813
814
def
get(self, key):
815
""
"Implement interface."
""
Callers
2
size
Method · 0.95
itemcounts
Method · 0.95
Calls
1
get_keys
Method · 0.80
Tested by
no test coverage detected