From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 19 Nov 2018 20:48:38 +0300 From: Vladimir Davydov Subject: Re: [PATCH v5 02/12] box: introduce key_def_parts_are_sequential Message-ID: <20181119174838.gy4uxsa6ys5pmyib@esperanza> References: <3924ec17fa3fca408efcc759e1f28c1b8f5fe19d.1540795996.git.kshcherbatov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3924ec17fa3fca408efcc759e1f28c1b8f5fe19d.1540795996.git.kshcherbatov@tarantool.org> To: Kirill Shcherbatov Cc: tarantool-patches@freelists.org List-ID: On Mon, Oct 29, 2018 at 09:56:34AM +0300, Kirill Shcherbatov wrote: > Introduced a new key_def_parts_are_sequential routine that test, > does specified key_def have sequential fields. This would be > useful with introducing JSON path as there would be another > complex criteria as fields with JSONs can't be 'sequential' in > this meaning. > > Need for #1012 > --- > src/box/tuple_extract_key.cc | 20 +++++++++++++------- > 1 file changed, 13 insertions(+), 7 deletions(-) Pushed to 2.1.