You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Preston Carman (JIRA)" <ji...@apache.org> on 2016/10/28 17:34:58 UTC

[jira] [Created] (ASTERIXDB-1717) New Function Request (parse_adm)

Preston Carman created ASTERIXDB-1717:
-----------------------------------------

             Summary: New Function Request (parse_adm)
                 Key: ASTERIXDB-1717
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1717
             Project: Apache AsterixDB
          Issue Type: New Feature
            Reporter: Preston Carman
            Priority: Minor


Syntax: parse_adm(string_value)
Converts a string representation of ADM into ADM.

Arguments:
string_value: a string value.

Return Value:
The ADM values for the string argument.

Example:
parse_adm('{ "string" : "a string", "int" : 1234, "doubles" : [1.0,2.0] }');

The expected result is:
{ "string" : "a string", "int" : 1234, "doubles" : [1.0,2.0] }




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)