[tarantool-patches] [PATCH v2 0/3] tuple field access via a json path

Kirill Shcherbatov kshcherbatov at tarantool.org
Thu Mar 29 17:22:01 MSK 2018


Branch: http://github.com/tarantool/tarantool/tree/gh-1285-tuple-field-by-json
Issue: https://github.com/tarantool/tarantool/issues/1285

Kirill Shcherbatov (1):
  Multibyte characters support

Vladislav Shpilevoy (2):
  Introduce json_path_parser
  lua: implement json path access to tuple fields

 src/box/CMakeLists.txt      |   2 +-
 src/box/lua/tuple.c         | 175 ++++++++++++++++++++++++++++++++----
 src/box/lua/tuple.lua       |  45 +++-------
 src/lib/CMakeLists.txt      |   1 +
 src/lib/json/CMakeLists.txt |   6 ++
 src/lib/json/path.c         | 203 +++++++++++++++++++++++++++++++++++++++++
 src/lib/json/path.h         | 111 +++++++++++++++++++++++
 test/engine/tuple.result    | 214 ++++++++++++++++++++++++++++++++++++++++++++
 test/engine/tuple.test.lua  |  63 +++++++++++++
 test/unit/CMakeLists.txt    |   3 +
 test/unit/json_path.c       | 162 +++++++++++++++++++++++++++++++++
 test/unit/json_path.result  |  82 +++++++++++++++++
 12 files changed, 1015 insertions(+), 52 deletions(-)
 create mode 100644 src/lib/json/CMakeLists.txt
 create mode 100644 src/lib/json/path.c
 create mode 100644 src/lib/json/path.h
 create mode 100644 test/unit/json_path.c
 create mode 100644 test/unit/json_path.result

-- 
2.7.4





More information about the Tarantool-patches mailing list