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)