ritesh-kapoor commented on a change in pull request #1640: [CALCITE-3552] 
Support MySQL ExtractValue function
URL: https://github.com/apache/calcite/pull/1640#discussion_r355938265
 
 

 ##########
 File path: site/_docs/reference.md
 ##########
 @@ -2288,6 +2288,7 @@ semantics.
 | m | JSON_KEYS(jsonValue [, path ])                 | Returns a string 
indicating the keys of a JSON *jsonValue*
 | m | JSON_REMOVE(jsonValue, path[, path])           | Removes data from 
*jsonValue* using a series of *path* expressions and returns the result
 | m | JSON_STORAGE_SIZE(jsonValue)                   | Returns the number of 
bytes used to store the binary representation of a *jsonValue*
+| m | EXTRACTVALUE(xml, xpathExpr))                  | Returns the text of the 
first text node which is a child of the element or elements matched by the 
XPath expression.
 
 Review comment:
   Oops!! Done :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to