module api: expose box_key_def_extract_key()
Unlike box_tuple_extract_key() it accepts a key_def structure, not space_id, index_id pair. Another difference from box_tuple_extract_key() is that this function allows to pass so called multikey index. See commit 2.2.0-259-gf1d9f2575 ('box: introduce multikey indexes in memtx') for details. Note: The <multikey_idx> parameter is ignored on the backported version of the patch on 1.10. Part of #5273
Showing
- src/box/key_def.c 7 additions, 0 deletionssrc/box/key_def.c
- src/box/key_def.h 23 additions, 0 deletionssrc/box/key_def.h
- src/exports.h 1 addition, 0 deletionssrc/exports.h
- test/app-tap/module_api.c 134 additions, 0 deletionstest/app-tap/module_api.c
- test/app-tap/module_api.test.lua 1 addition, 1 deletiontest/app-tap/module_api.test.lua
Loading
Please register or sign in to comment