spark
Код: Выделить всё
select xxhash64('b') -- -6391946315847899181
Код: Выделить всё
import xxhash
xxhash.xxh64('b', seed=42).intdigest() # 12054797757861652435
Подробнее здесь: https://stackoverflow.com/questions/793 ... and-python
Код: Выделить всё
select xxhash64('b') -- -6391946315847899181
Код: Выделить всё
import xxhash
xxhash.xxh64('b', seed=42).intdigest() # 12054797757861652435