From: Mergen Imeev via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: vdavydov@tarantool.org
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v2 0/5] Change structure of SQL-built-in functions
Date: Thu, 19 Aug 2021 08:31:24 +0300 [thread overview]
Message-ID: <cover.1629350814.git.imeevma@gmail.com> (raw)
This patch-set changes structure of SQL built-in functions.
https://github.com/tarantool/tarantool/issues/6105
https://github.com/tarantool/tarantool/tree/imeevma/gh-6105-properly-check-funcs-args-types
Mergen Imeev (5):
sql: remove OP_BuiltinFunction0 and OP_AggStep0
sql: remove unnecessary MEM finalization
sql: remove struct func from struct sql_context
sql: do not use struct func for finalization
sql: remove unused code
src/box/box.cc | 1 -
src/box/sql.c | 1 -
src/box/sql.h | 9 -
src/box/sql/analyze.c | 6 +-
src/box/sql/expr.c | 2 +-
src/box/sql/func.c | 999 +++++++-----------------------------------
src/box/sql/mem.c | 34 +-
src/box/sql/mem.h | 19 +-
src/box/sql/select.c | 2 +-
src/box/sql/sqlInt.h | 42 --
src/box/sql/vdbe.c | 109 +----
src/box/sql/vdbe.h | 9 +-
src/box/sql/vdbeInt.h | 10 +-
src/box/sql/vdbeapi.c | 10 +-
src/box/sql/vdbeaux.c | 11 +-
15 files changed, 184 insertions(+), 1080 deletions(-)
--
2.25.1
next reply other threads:[~2021-08-19 5:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-19 5:31 Mergen Imeev via Tarantool-patches [this message]
2021-08-19 5:31 ` [Tarantool-patches] [PATCH v2 1/5] sql: remove OP_BuiltinFunction0 and OP_AggStep0 Mergen Imeev via Tarantool-patches
2021-08-19 5:31 ` [Tarantool-patches] [PATCH v2 2/5] sql: remove unnecessary MEM finalization Mergen Imeev via Tarantool-patches
2021-08-19 5:31 ` [Tarantool-patches] [PATCH v2 3/5] sql: remove struct func from struct sql_context Mergen Imeev via Tarantool-patches
2021-08-19 5:31 ` [Tarantool-patches] [PATCH v2 4/5] sql: do not use struct func for finalization Mergen Imeev via Tarantool-patches
2021-08-19 5:31 ` [Tarantool-patches] [PATCH v2 5/5] sql: remove unused code Mergen Imeev via Tarantool-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1629350814.git.imeevma@gmail.com \
--to=tarantool-patches@dev.tarantool.org \
--cc=imeevma@tarantool.org \
--cc=vdavydov@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v2 0/5] Change structure of SQL-built-in functions' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox