Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1 0/2] Introduce field type MAP to SQL
@ 2021-11-11 11:37 Mergen Imeev via Tarantool-patches
  2021-11-11 11:37 ` [Tarantool-patches] [PATCH v1 1/2] sql: introduce field type MAP Mergen Imeev via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mergen Imeev via Tarantool-patches @ 2021-11-11 11:37 UTC (permalink / raw)
  To: v.shpilevoy; +Cc: tarantool-patches

This patch introduces field type MAP to SQL. Also, it adds function MAP() that
is used to create values of type ARRAY.

https://github.com/tarantool/tarantool/issues/4763
https://github.com/tarantool/tarantool/tree/imeevma/gh-4763-introduce-map

Mergen Imeev (2):
  sql: introduce field type MAP
  sql: introduce MAP() function

 .../gh-4763-introduce-map-to-sql.md           |    4 +
 extra/mkkeywordhash.c                         |    1 +
 src/box/sql/func.c                            |   30 +-
 src/box/sql/mem.c                             |   76 +-
 src/box/sql/mem.h                             |   21 +
 src/box/sql/parse.y                           |    3 +-
 test/box/function1.result                     |    5 -
 test/box/function1.test.lua                   |    1 -
 test/sql-tap/map.test.lua                     | 1106 +++++++++++++++++
 9 files changed, 1233 insertions(+), 14 deletions(-)
 create mode 100644 changelogs/unreleased/gh-4763-introduce-map-to-sql.md
 create mode 100755 test/sql-tap/map.test.lua

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-11-18 21:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11 11:37 [Tarantool-patches] [PATCH v1 0/2] Introduce field type MAP to SQL Mergen Imeev via Tarantool-patches
2021-11-11 11:37 ` [Tarantool-patches] [PATCH v1 1/2] sql: introduce field type MAP Mergen Imeev via Tarantool-patches
2021-11-14 16:24   ` Vladislav Shpilevoy via Tarantool-patches
2021-11-15 16:45     ` Mergen Imeev via Tarantool-patches
2021-11-11 11:37 ` [Tarantool-patches] [PATCH v1 2/2] sql: introduce MAP() function Mergen Imeev via Tarantool-patches
2021-11-14 16:24   ` Vladislav Shpilevoy via Tarantool-patches
2021-11-15 16:46     ` Mergen Imeev via Tarantool-patches
2021-11-18 21:21 ` [Tarantool-patches] [PATCH v1 0/2] Introduce field type MAP to SQL Vladislav Shpilevoy via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox