-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
3.1Target is 3.1 and all newer release/master branchesTarget is 3.1 and all newer release/master branchesappfeatureA new functionalityA new functionality
Description
There are no functions to validate a key and compare two keys in the key_def module:
tarantool> key_def
---
- merge: 'function: 0x40e6e2d8'
extract_key: 'function: 0x40e6e1a8'
new: 'function: 0x40e6e148'
totable: 'function: 0x40e6e240'
compare: 'function: 0x40e6e1f8'
compare_with_key: 'function: 0x40e6e170'
...We need them for https://github.com/tarantool/aeon/issues/20 and https://github.com/tarantool/aeon/issues/25. It should be fairly easy to add them because they're already available in C so we just need to export them to Lua.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.1Target is 3.1 and all newer release/master branchesTarget is 3.1 and all newer release/master branchesappfeatureA new functionalityA new functionality