d-excerpt |
---|
This section describes how to work with the Array data type in the . An array is a set of delimited values. Any individual value in the list can be a separate array, which allows for the creation of nested data arrays. |
Array Types
To be recognized as an array, a source column must contain values that are:
...
msg | acronyms |
---|
SCUBA, IMHO, is the greatest sport in the world. | ["SCUBA","IMHO"] |
| [] |
LOL, that assignment you finished is DOA. You need to fix it PDQ. | ["LOL","DOA","Y","PDQ"] |
...
arrayNested | arrayNested_1 | arrayNested_2 |
---|
["A",["B","C"],"D"] | ["B","C"] | B |
["H",["I","J",["K","L"]]] | ["I","J",["K","L"]] | I |
["E","F","G"] | F |
|
D s also |
---|
inCQL | true |
---|
label | ((label = "structuring_tasks") OR (label = "column_ui") OR (label = "array")) |
---|
|