From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 0183B252B7 for ; Thu, 11 Jul 2019 03:33:55 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x9ZCtN1qp9f2 for ; Thu, 11 Jul 2019 03:33:54 -0400 (EDT) Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 49C1D24FE9 for ; Thu, 11 Jul 2019 03:33:54 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v2 10/12] sql: refactor builtins signatures with port References: <20190710184713.GC5619@atlas> From: Kirill Shcherbatov Message-ID: <97e4e00c-5bcf-3dff-8668-a6e55615dabb@tarantool.org> Date: Thu, 11 Jul 2019 10:33:50 +0300 MIME-Version: 1.0 In-Reply-To: <20190710184713.GC5619@atlas> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org, Kostya Osipov , Nikita Pettik > I don't know why you ignored my comment on telegram: I think this > is a non-goal and SQL functions don't have to use _func api for > calls. It is a performance issue as well, since obstructs possible JITting > of expressions. Did you discuss this with Nikita as I asked you on > telegram? We've decided to postpone the rest of this patchset [10-12 commits] to the next milestone, so we'll discuss all of this in details a bit later. The main objection is necessity to distinguish SQL and no-SQL functions that is ugly.