ektravel commented on code in PR #12549:
URL: https://github.com/apache/druid/pull/12549#discussion_r1098944913


##########
docs/querying/sql-multivalue-string-functions.md:
##########
@@ -59,3 +59,4 @@ All "array" references in the multi-value string function 
documentation can refe
 |`MV_SLICE(arr, start, end)`|Returns the subarray of `arr` from the 0 based 
index start(inclusive) to end(exclusive), or `null`, if start is less than 0, 
greater than length of arr or less than end.|
 |`MV_TO_STRING(arr, str)`|Joins all elements of `arr` by the delimiter 
specified by `str`.|
 |`STRING_TO_MV(str1, str2)`|Splits `str1` into an array on the delimiter 
specified by `str2`.|
+|`MV_TO_ARRAY(str)`|Converts a multi-value string from being processed as a 
`VARCHAR` to an `ARRAY` instead.|

Review Comment:
   ```suggestion
   |`MV_TO_ARRAY(str)`|Converts a multi-value string from `VARCHAR` to `ARRAY` 
data type.|
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to