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)

Reply via email to