box: feature `tuple:format` to get a format of a tuple
This patch adds `tuple:format()` method to get a format of a tuple. Closes #10005 @TarantoolBot document Title: New `format` method for `box.tuple` Product: Tarantool Since: 3.2 The `tuple:format` method returns a format of a tuple.
Showing
- changelogs/unreleased/gh-10005-tuple-get-format.md 3 additions, 0 deletionschangelogs/unreleased/gh-10005-tuple-get-format.md
- src/box/lua/tuple.c 18 additions, 0 deletionssrc/box/lua/tuple.c
- src/box/lua/tuple.lua 1 addition, 0 deletionssrc/box/lua/tuple.lua
- src/box/lua/tuple_format.c 14 additions, 6 deletionssrc/box/lua/tuple_format.c
- src/box/lua/tuple_format.h 7 additions, 0 deletionssrc/box/lua/tuple_format.h
- src/box/lua/tuple_format.lua 8 additions, 0 deletionssrc/box/lua/tuple_format.lua
- test/app-luatest/gh_10005_tuple_get_format_test.lua 50 additions, 0 deletionstest/app-luatest/gh_10005_tuple_get_format_test.lua
Loading
Please register or sign in to comment