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

Method _hashed_byteswap

join/LSH/datasketch/lsh.py:297–298  ·  view source on GitHub ↗
(self, hs)

Source from the content-addressed store, hash-verified

295 return bytes(hs.byteswap().data)
296
297 def _hashed_byteswap(self, hs):
298 return self.hashfunc(bytes(hs.byteswap().data))
299
300 # 对第b个hashtable做冲突判断
301 def _query_b(self, minhash, b):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected