zhztheplayer commented on a change in pull request #1150: [CALCITE-2985] 
Implement JSON_STORAGE_SIZE function
URL: https://github.com/apache/calcite/pull/1150#discussion_r285619888
 
 

 ##########
 File path: site/_docs/reference.md
 ##########
 @@ -2097,6 +2097,7 @@ semantics.
 | m | JSON_LENGTH(jsonValue [, path ])               | Returns a integer 
indicating the length of *jsonValue*
 | 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 an integer 
value indicating the size of a *jsonValue*
 
 Review comment:
   "size" is too simple to describe the return. You can just use the words that 
MySQL already used, or make it anyway more detailed.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to