Skip to content

feat: expose hash calculation method in key_def module

Denis Smirnov requested to merge key_def into picodata-support

Picodata supports cluster-wide SQL and needs some predictable method to calculate tuple hashes for the bucket ids. Method should be available for Lua, C and Rust users. So, it was decided to expose a tuple hash calculation method of the key_def module.

NO_DOC=picodata internal patch NO_CHANGELOG=picodata internal patch

Merge request reports