tarantool / tuple-keydef

Tarantool's tuple comparators and key extraction functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support the key part sort order

mkostoevr opened this issue · comments

Since the tarantool/tarantool#8915 is merged the Lua key_def API supports the sort_order key part parameter. It specifies the order in which elements are sorted in an index by this part.

This parameter can also be introduced here.