mirror of https://github.com/apache/druid.git
fixed array syntax (#11191)
This commit is contained in:
parent
bef7cc911f
commit
6f7701e742
|
@ -595,7 +595,7 @@ All 'array' references in the multi-value string function documentation can refe
|
|||
|
||||
|Function|Notes|
|
||||
|--------|-----|
|
||||
| `ARRAY(expr1,expr ...)` | constructs a SQL ARRAY literal from the expression arguments, using the type of the first argument as the output array type |
|
||||
| `ARRAY[expr1,expr ...]` | constructs a SQL ARRAY literal from the expression arguments, using the type of the first argument as the output array type |
|
||||
| `MV_LENGTH(arr)` | returns length of array expression |
|
||||
| `MV_OFFSET(arr,long)` | returns the array element at the 0 based index supplied, or null for an out of range index|
|
||||
| `MV_ORDINAL(arr,long)` | returns the array element at the 1 based index supplied, or null for an out of range index |
|
||||
|
|
Loading…
Reference in New Issue