[PATCH v3 4/4] box: introduce functional indexes in memtx

Vladimir Davydov vdavydov.dev at gmail.com
Mon Jul 22 17:45:54 MSK 2019


On Wed, Jul 17, 2019 at 04:20:45AM +0300, Kirill Shcherbatov wrote:
> idx = s:create_index('addr', {unique = false, functional_fid =
>                      box.func.addr_extractor.id, is_multikey = true,
>                      parts = {{1, 'string'}}})

Regarding the API: please use 'func = ' instead of 'functional_fid = '
and allow to specify a function by name.



More information about the Tarantool-patches mailing list