You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Dmitry Lychagin (JIRA)" <ji...@apache.org> on 2018/07/02 08:47:00 UTC

[jira] [Created] (ASTERIXDB-2406) Implement pairs() function

Dmitry Lychagin created ASTERIXDB-2406:
------------------------------------------

             Summary: Implement pairs() function
                 Key: ASTERIXDB-2406
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2406
             Project: Apache AsterixDB
          Issue Type: Improvement
          Components: FUN - Functions
            Reporter: Dmitry Lychagin
            Assignee: Dmitry Lychagin


pairs() function returns an array of arrays describing fields of input object, including nested fields. 
 For each field of the input_object the returned array contains an array with two elements.
 The first element is the name and the second one is the value of the input object's field.
 The input object is introspected recursively, so all fields of its nested objects are returned.
 Nested objects contained in arrays and multisets are also processed by this function.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)