From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 26 Jul 2019 12:22:54 +0300 From: Vladimir Davydov Subject: Re: [PATCH v5 1/3] box: introduce opts.is_multikey function option Message-ID: <20190726092254.GR24631@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Kirill Shcherbatov Cc: tarantool-patches@freelists.org, kostja@tarantool.org, v.shpilevoy@tarantool.org List-ID: On Thu, Jul 25, 2019 at 09:39:43PM +0300, Kirill Shcherbatov wrote: > Needed for #1260 > > @TarantoolBot document > Title: A new option is_multikey for function definition > > A new option is_multikey allows to specify wether new function > returns multiple values packed in a table object. This is a > native way to define multikey func_index. Personally, I'd call this option is_multireturn. Not insisting though. The patch looks good to me.