From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 19 Nov 2018 20:48:52 +0300 From: Vladimir Davydov Subject: Re: [PATCH v5 03/12] box: introduce tuple_field_go_to_path Message-ID: <20181119174852.mcrrbqrizmkl6lz5@esperanza> References: <9fe671bec3e9eab2f27bf547a058d0c291183fb4.1540795996.git.kshcherbatov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9fe671bec3e9eab2f27bf547a058d0c291183fb4.1540795996.git.kshcherbatov@tarantool.org> To: Kirill Shcherbatov Cc: tarantool-patches@freelists.org List-ID: On Mon, Oct 29, 2018 at 09:56:35AM +0300, Kirill Shcherbatov wrote: > The new tuple_field_go_to_path routine is used in function > tuple_field_raw_by_path to retrieve data by JSON path from field. > We need this routine exported in future to access data by JSON > path specified in key_part. > > Need for #1012 > --- > src/box/tuple_format.c | 59 +++++++++++++++++++++++++++++++++++--------------- > 1 file changed, 42 insertions(+), 17 deletions(-) Pushed to 2.1.